Added urls to statusbar when hovering over links
This commit is contained in:
parent
4b325093e3
commit
40c522ec8f
2 changed files with 71 additions and 13 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue