When I use absolute positioning, that is using no Layout Manager, to place Components on a JFrame, sometimes the don't appear and i have to minimize and maximize my frame to get them to appear. How do I fix this??
Printable View
When I use absolute positioning, that is using no Layout Manager, to place Components on a JFrame, sometimes the don't appear and i have to minimize and maximize my frame to get them to appear. How do I fix this??
Try calling validate or pack or show or something like that on the container.