| # | 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); | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines (old) | 
| > | Changed lines (new) |