1. Java's setPreferredSize won't resize JPanel stackoverflow.comI am struggling ( ! ) with java GUI development. All these small things that make obvious sense just don't work. I'll explain what I am trying to do and where ... |
2. Java and JScrollPane: where to call setPreferredSize? stackoverflow.comI am using a |
3. What are side efects of setPreferredSize? stackoverflow.comI have window containing multiple panels. I don't have access to window code. (I can modify only panel’s code.) I removed few components from panel. Window has shrunk its size. But window ... |
4. How to setPreferredSize of JPanel coderanch.comHi All, I figured the swing folks could help me out with this one. I am having some confusion about how the setPrefferedSize() method works, or does it even work on JPanels? I want 2 panels, a north panel and a south panel, and I want each of them to share the JFrame equally. I have set their preffered size to ... |
5. setPreferredSize() coderanch.com |
6. setPreferredSize trouble coderanch.com |
7. setPreferredSize() coderanch.com> Do you think that the problem exists in the customized code? I have no idea what/where the problem is, but if you customize a component so it's standard behaviour is different, that is generally the place to start. post a demo program, just a frame with panel and your customized textfield |