aspose file tools
The moose likes Swing / AWT / SWT / JFace and the fly likes To MDI or not MDI Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "To MDI or not MDI" Watch "To MDI or not MDI" New topic
Author

To MDI or not MDI

Julian Sitkevich
Greenhorn

Joined: Jul 23, 2001
Posts: 19
I am building a Swing UI that will be working with various types of documents. I decided to design the GUI in an MDI (Multiple Document Interface) format. I have read articles on slashdot on why or why not to use MDI, but they were mostly from Linux GUI point of view. Does anyone have their own experiences on MDI from a Swing point of view?
Thanks!
jsitke
Michael Szul
Ranch Hand

Joined: Sep 18, 2001
Posts: 57
I developed a photo explorer program for myself in Java Swing (one of the first things I did in the language) that opened images and log files.
This was done using the MDI format and runs fine for me. Some of my digital photos are in the megabytes in size and it still runs great.
...and I happen to do all my development work and personal work on Linux.
Julian Sitkevich
Greenhorn

Joined: Jul 23, 2001
Posts: 19
Michael,
Thanks for your reply. I would love to take a look at the software you developed. Maybe a screenshot or something. If that's not possible I understand.
Currently, I am doing most of my java development on Linux. If you would like to take a look at the article I am refering to, here it is:
Opera Browser for Linux/X11 Nears Beta
Cheers!
 
 
subject: To MDI or not MDI
 
Threads others viewed
Using fixed size across varible display resolutions
Travel agent front end: SWING vs WWW
Should Swing have changed in Java 1.5?
inegrating jdbc and gui swing/awt interface
Memory Leaks in Swing
IntelliJ Java IDE