Java:
I have a bunch of stuff drawn to the blank space of a JApplet app.

I need to add a JButton at a specific location.
I don't know how.

What's the easiest way to do this?

Recommended Answers

All 2 Replies

Remove the container's layout manager and use the setBounds method for example

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.