ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/gui/MainWin.java
(Generate patch)

Comparing java/installer2/src/net/oni2/aeinstaller/gui/MainWin.java (file contents):
Revision 810 by alloc, Fri Apr 12 18:05:40 2013 UTC vs.
Revision 817 by alloc, Sat Apr 13 14:51:37 2013 UTC

# Line 108 | Line 108 | public class MainWin extends JFrame impl
108          private JRadioButton radOnline;
109          private JRadioButton radLocal;
110          private JRadioButton radInstalled;
111 +        private JButton btnShowHelp;
112          private JTextField txtShowFilter;
113          private JComboBox cmbShowFilterTo;
114          private JScrollPane scrollMods;
# Line 152 | Line 153 | public class MainWin extends JFrame impl
153  
154                  if (PlatformInformation.getPlatform() == Platform.MACOS) {
155                          mainMenu.setVisible(false);
156 +                } else {
157 +                        btnShowHelp.setVisible(false);
158                  }
159  
160                  ToolTipManager.sharedInstance().setInitialDelay(250);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)