File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/the/bytecode/club/bytecodeviewer/gui Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 49
49
import java .util .ArrayList ;
50
50
51
51
import javax .swing .JRadioButtonMenuItem ;
52
+ import javax .swing .SwingConstants ;
52
53
53
54
public class MainViewerGUI extends JFrame implements FileChangeNotifier {
54
55
@@ -1069,10 +1070,14 @@ public void actionPerformed(ActionEvent arg0) {
1069
1070
mnNewMenu .add (mntmExit );
1070
1071
1071
1072
menuBar .add (mnNewMenu_6 );
1073
+ chckbxmntmPaneEditable .setVisible (false );
1072
1074
1073
1075
mnNewMenu_6 .add (chckbxmntmPaneEditable );
1076
+ chckbxmntmPaneEditable_1 .setVisible (false );
1077
+ chckbxmntmPaneEditable_1 .setVerticalTextPosition (SwingConstants .TOP );
1074
1078
1075
1079
mnNewMenu_6 .add (chckbxmntmPaneEditable_1 );
1080
+ chckbxmntmPaneEditable_2 .setVisible (false );
1076
1081
1077
1082
mnNewMenu_6 .add (chckbxmntmPaneEditable_2 );
1078
1083
You can’t perform that action at this time.
0 commit comments