[Solved] Is it recommend to use null layout in Swing? [closed]


One solution would be to implement your own LayoutManager (or use or extend an existing one, if one is really close to your needs) using the features and controls you are looking for. Your absolute positioning requirements would simply become a method of your layout manager.

4

solved Is it recommend to use null layout in Swing? [closed]