Results 1 to 6 of 6
- 08-06-2010, 10:27 AM #1
Member
- Join Date
- Jun 2010
- Posts
- 29
- Rep Power
- 0
- 08-06-2010, 01:00 PM #2
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)
- 08-06-2010, 01:09 PM #3
Member
- Join Date
- Jun 2010
- Posts
- 29
- Rep Power
- 0
Yes they are, but how do i link the Jinternalframes one to each others?
- 08-06-2010, 09:53 PM #4
Custom painting in the JDesktopPane.
db
- 08-09-2010, 10:17 AM #5
Member
- Join Date
- Jun 2010
- Posts
- 29
- Rep Power
- 0
But can i move the objects and the lines are going after the objects?
- 08-09-2010, 10:48 AM #6
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,603
- Blog Entries
- 7
- Rep Power
- 17
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
Similar Threads
-
Data Structures(Binary Search Tree to AVL Tree)ASAP pls
By jfAdik in forum Forum LobbyReplies: 0Last Post: 04-04-2010, 07:40 AM -
Help Tree Set
By ShuiYinDeng in forum New To JavaReplies: 2Last Post: 10-29-2009, 10:45 AM -
Creating a Tree and then saving the Tree
By jackmatt2 in forum New To JavaReplies: 0Last Post: 08-22-2009, 12:51 PM -
read txt file,with some records, create objects and store objects in tables of a db.
By stamv in forum JDBCReplies: 1Last Post: 01-22-2009, 04:25 PM -
AVL-tree construction
By student89 in forum Advanced JavaReplies: 0Last Post: 10-27-2008, 05:33 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks