Added urls to statusbar when hovering over links

This commit is contained in:
Vhati 2013-09-05 02:10:33 -04:00
parent 4b325093e3
commit 40c522ec8f
2 changed files with 71 additions and 13 deletions

View file

@ -216,6 +216,7 @@ public class ManagerFrame extends JFrame implements ActionListener, HashObserver
infoArea = new ModInfoArea();
infoArea.setPreferredSize( new Dimension(504, 220) );
infoArea.setStatusbar( this );
splitPane = new JSplitPane( JSplitPane.VERTICAL_SPLIT );
splitPane.setTopComponent( topPanel );