-
to create and maintain links inbetween Internal frames
hi
i want to create and maintain links(arrowed lines) inbetween two or more Internal frames .these links(arrowed lines are created by dragging mouse from one internal frame to other internal frame
-
to do this, you would probably have to keep track of both the location of both frames and the size of both frames. When you got those variables, you can calculate the shortest distance between them, and draw the corresponding line on the underlying JPanel.
-
Thanx for ur response but what about maintaining them while dragging frames?
i can use repaininting but please send some source code....
Regards Naren
-
Sorry, I have no code ready made for that, but maintaining arrows while you drag
an internal frame would require implemetation of the proper windowlisteners for the
internal frames, and those event handlers would in turn repaint the underlying pane.
eschew obfuscation
-
thanx for ur suggestion sir
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks