(MouseEvent e)
| 159 | readNew.setCursor(new Cursor(Cursor.HAND_CURSOR)); |
| 160 | readNew.addMouseListener(new MouseAdapter() { |
| 161 | @Override |
| 162 | public void mouseClicked(MouseEvent e) { |
| 163 | Platform.openURL(whatsNewUrl); |
| 164 | } |
| 165 | }); |
| 166 | c.gridwidth = 2; |
| 167 | c.gridx = 0; |