From: Erik V. <eri...@hc...> - 2005-09-29 19:36:56
|
> Nope, we don't have this problem anywhere else. It's > specifically HexMap that's the problem. 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). Map Window is a JFrame containing a ScrollPane containing a JPanel (HexMap, which contains all the small JPanels representing tiles). I don't claim anything, I just wonder if adding a JPanel (as in LogWindow) would help (so we would get JFrame/JPanel/JScrollPane/HexMap). > Argh. I really gotta stop using Java 1.5 on my systems. I > apologize for that. > > What do you mean by the tiles being clipped? That the borders are not visible, only the center part. Or is that specific to me? I can't believe that *that* is caused by Java version differences, but you never know.... Erik. |