Hi there can you help me with ideas of how to do something like this images. i'm a newbie in java
Tanks for the help
Printable View
Hi there can you help me with ideas of how to do something like this images. i'm a newbie in java
Tanks for the help
the component in the windows of the second jpeg look like jtables, so for details look here How to Use Tables (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)
Yes they are, but how do i link the Jinternalframes one to each others?
Custom painting in the JDesktopPane.
db
But can i move the objects and the lines are going after the objects?
Nothing happens automagically; if you want to move those connecting lines when those JInternalFrames move, you have to do that yourself. You can add a ComponentListener to the frames; it is notified after a component has moved; that's the event when you should redraw those lines.
kind regards,
Jos