Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java GUI for Network Topology plotter

843807Nov 11 2008 — edited Nov 15 2008
I am new and useless to programing Java GUIs. I am working on a small (uni/school) project and thought it would add to the app if the program had a GUI.
My goal is to plot out a bunch of 'router'/circles and allow the user to drag them to where they desire them to be.

Since I have no experience with GUIs I do not know where to start.
I have made a little class that extends JFrame and set the layout to null, and plots buttons around the screen that I can interact with. But this is hardly what I want.

Is there some way I can replace these buttons with circles that act the same?
What layout should I be looking into... or should I be looking in a completely different direction.

Any help is appreciated.
Thanks.

M@
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 13 2008
Added on Nov 11 2008
1 comment
198 views