Create a gui that allows to insert objects at runtime
843805Nov 24 2006 — edited Nov 24 2006Hi all,
I have to create a GUI in java that should have the following
functionalities:
1. load a map (bmp/jpg file) ) as background (ok this is the simplest task)
2. create objects on this map
3. delete these objects
4. drag &drop these objects on the map to put them in different positions
5. do right click on a selected object in order to set some attributes of
the object
I have experience in creating GUis but never done a GUi taht allows to add objects/icons at runtime.
I have no idea on how the above things. Does anyone have
suggestions?
Is there some free tools that do something similar so that I can get some suggestions?
Thank you very much.
nix