0

Im not here for any code, just want to ask what is the best layout manager in JAVA to choose to create program.I used GridBagLayout but its not the best layout as it got border on each panel, i.e:between color and clear panel it got border. I want to create clear panel without border!

Pro
  • 91
  • 1
  • 1
  • 6

1 Answers1

0

I find it difficult directly answering your question because it is not fully clear to me. However, I can provide you a few references that might be able to help you.

The Java Tutorials offer a useful visual guide of layout managers:

https://docs.oracle.com/javase/tutorial/uiswing/layout/visual.html#gridbag

Also, you might be interested in graphical user interface builder tools. This question has a few answeres pointing out a few links to such builders:

Best GUI designer for eclipse?

Good luck

Community
  • 1
  • 1
univise
  • 509
  • 2
  • 11