Skip to content

Commit

Permalink
Bring Back Anns Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Sep 17, 2024
1 parent d583d2f commit 028a435
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ private JPanel topPanel(){
JPanel topBar = new JPanel();
topBar.setPreferredSize(new Dimension(paneWidth, 100));
topBar.setLayout(new BorderLayout());
topBar.add(openLocal);
topBar.add(userButtonsPanel, BorderLayout.EAST);
topBar.add(timeFilter, BorderLayout.WEST);
topBar.setBorder(BorderFactory.createTitledBorder(lowerEtchedBorder, " User Options "));
Expand All @@ -300,6 +301,7 @@ private JPanel topPanel(){
questionMark.addActionListener(this);
useN5Link.addActionListener(this);
includeExampleExports.addActionListener(this);
openLocal.addActionListener(this);

Enumeration<AbstractButton> b = buttonGroup.getElements();
while (b.hasMoreElements()){
Expand Down

0 comments on commit 028a435

Please sign in to comment.