![]() |
why java panels behaves differently in linux and solaris ??
i have this problem where java panels behaves differently in linux and solaris , in solaris the panels cant do resizing proportionaly together with the frame , the panel will stay at it initial size no-matter what ...
wheres the catch ?? //any hints are welcome ... //not really urgent ... . |
awt package of java can't handle these display portability factors. Please check the same thing using the java.swing package(JPanel in place of Panel).
Hope it helpful |
i thought i'm using swing for everything ... ok , with your hint i will check properly every other related files as well ...
. |
| All times are GMT -5. The time now is 05:30 PM. |