Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tomancaklab
surface_manager
Commits
7b356efd
Commit
7b356efd
authored
May 23, 2018
by
rhaase
Browse files
reactivated some buttons
parent
d0d6797e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/mpicbg_scicomp/imgTools/gui/SurfaceManager.java
View file @
7b356efd
...
...
@@ -165,7 +165,7 @@ public class SurfaceManager extends JFrame implements ImageListener {
JButton
btnLoad
=
new
JButton
(
"Load from disk"
);
JButton
btnSave
=
new
JButton
(
"Save to disk"
);
JButton
btnAdd
=
new
JButton
(
"Add"
);
JButton
btnSaveCurrent
=
new
JButton
(
"
Save changes
"
);
JButton
btnSaveCurrent
=
new
JButton
(
"
Update roi
"
);
JButton
btnNextKeySlice
=
new
JButton
(
"Next key slice"
);
JButton
btnPreviousKeySlice
=
new
JButton
(
"Previous key slice"
);
...
...
@@ -191,7 +191,7 @@ public class SurfaceManager extends JFrame implements ImageListener {
private
final
JCheckBox
cbHelp
=
new
JCheckBox
(
"?"
);
JComponent
[]
buttons
=
{
btnAdd
,
btnSaveCurrent
,
btnDelete
,
btnRename
,
btnUnselect
,
spacer
,
btnDeleteKeySlice
,
btnNewKeySlice
,
btnNextKeySlice
,
btnPreviousKeySlice
,
/*
btnLoad, btnSave,
*/
btnDeleteKeySlice
,
btnNewKeySlice
,
btnNextKeySlice
,
btnPreviousKeySlice
,
btnLoad
,
btnSave
,
spacer
,
btnLineColor
,
btnBackgroundColor
,
...
...
@@ -200,10 +200,10 @@ public class SurfaceManager extends JFrame implements ImageListener {
spacer
,
chckbxAllowExtrapolation
,
chckbxAllowSwitch
,
/*
btnPrintStatistics,
btnPlotSignalAlon,
btnReadOutlineImage
,
btnTest*/
btnPrintStatistics
,
/*
btnPlotSignalAlon,
*/
btnReadOutlineImage
/*,
btnTest*/
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment