From: Brett L. <wak...@ea...> - 2005-09-29 21:27:31
|
>I had lots of problems to get scrolling right in the Log window. >Now it is a JFrame containing a JPanel containing a JScrollPane >(which contains the JLabel which contains all the text). The alternative is to have the JLabel which contains the text implement the Scrollable interface, which is what I did with HexMap. |