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
9fa3ba8e
Commit
9fa3ba8e
authored
May 26, 2018
by
rhaase
Browse files
make revived buttons visible
parent
c6bb2759
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/mpicbg_scicomp/imgTools/gui/SurfaceManager.java
View file @
9fa3ba8e
...
...
@@ -367,8 +367,8 @@ public class SurfaceManager extends JFrame implements ImageListener {
/* e */
" # # # # #"
+
/* f */
" #############"
)));
contentPane
.
add
(
btnSave
);
btnSave
.
setEnabled
(
fals
e
);
btnSave
.
setVisible
(
fals
e
);
btnSave
.
setEnabled
(
tru
e
);
btnSave
.
setVisible
(
tru
e
);
...
...
@@ -400,8 +400,8 @@ public class SurfaceManager extends JFrame implements ImageListener {
/* e */
" "
+
/* f */
" "
)));
contentPane
.
add
(
btnLoad
);
btnLoad
.
setEnabled
(
fals
e
);
btnLoad
.
setVisible
(
fals
e
);
btnLoad
.
setEnabled
(
tru
e
);
btnLoad
.
setVisible
(
tru
e
);
...
...
@@ -547,8 +547,8 @@ public class SurfaceManager extends JFrame implements ImageListener {
/* e */
" "
+
/* f */
" "
)));
contentPane
.
add
(
btnPrintStatistics
);
btnPrintStatistics
.
setEnabled
(
fals
e
);
btnPrintStatistics
.
setVisible
(
fals
e
);
btnPrintStatistics
.
setEnabled
(
tru
e
);
btnPrintStatistics
.
setVisible
(
tru
e
);
btnUnselect
.
setHorizontalAlignment
(
SwingConstants
.
LEFT
);
...
...
@@ -918,8 +918,8 @@ public class SurfaceManager extends JFrame implements ImageListener {
/* f */
" "
)));
btnReadOutlineImage
.
setBounds
(
210
,
495
,
117
,
29
);
contentPane
.
add
(
btnReadOutlineImage
);
btnReadOutlineImage
.
setEnabled
(
fals
e
);
btnReadOutlineImage
.
setVisible
(
fals
e
);
btnReadOutlineImage
.
setEnabled
(
tru
e
);
btnReadOutlineImage
.
setVisible
(
tru
e
);
scrollPane
.
setBounds
(
6
,
8
,
100
,
72
);
contentPane
.
add
(
scrollPane
);
...
...
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