Hello guys,
I would like to know how and where I can find a grid layout after compiling my java program using blue j. I've tried checking the tools section but I cannot find it.
Thank you

Recommended Answers

All 2 Replies

A simple google of "bluej gui builder" gave me 4500 results. Pick yours.

Trying to use dubious tools when you don't understand the underlying code is a really bad idea. At best you'll get some result that you won't understand, at worst you'll just get more and more confused.
GridLayout is really simple to use. You don't need any tools. Just read the Oracle tutorial and code it yourself. It's just a few lines of trivial code.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.