Skip to content

Commit

Permalink
Remove redundant keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 9, 2024
1 parent 6ffd5ef commit 65bd198
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/apache/bcel/verifier/VerifierAppFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ JList<String> getClassNamesJList() {
/** Initizalization of the components. */
private void jbInit() {
// setIconImage(Toolkit.getDefaultToolkit().createImage(Frame1.class.getResource("[Ihr Symbol]")));
contentPane = (JPanel) this.getContentPane();
contentPane = (JPanel) getContentPane();
contentPane.setLayout(cardLayout1);
this.setJMenuBar(jMenuBar1);
setJMenuBar(jMenuBar1);
this.setSize(new Dimension(708, 451));
this.setTitle("JustIce");
setTitle("JustIce");
jPanel1.setMinimumSize(new Dimension(100, 100));
jPanel1.setPreferredSize(new Dimension(100, 100));
jPanel1.setLayout(gridLayout1);
Expand Down

0 comments on commit 65bd198

Please sign in to comment.