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!

Best way to make small icons anywhere in the screen.

810839Nov 5 2010 — edited Nov 6 2010
Hi,

I'm trying to make for my application sort of like a panel where the user will have in the background a JPG image that will be a map and on top of that I need to have smaller images or icons that will be nodes of a network and those nodes will have to attributes that will determine the position in the screen to fit the map underneath.

Also every node will have to be able to be clicked to open another window that will contain data from that node.

I'm new to Java and I don't know which is the best way to do that in Java. Can someone point me to the right direction?

I thought of using Icons or maybe buttons with the node image on top. But I'm not sure if that is the best approach.

Thank you.
This post has been answered by 810901 on Nov 5 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 4 2010
Added on Nov 5 2010
8 comments
258 views