|
|
| About site: Programming/Languages/Java/Class Libraries/Graphics/User Interface Classes - Java MDI application framework |
Return to Computers also Computers |
| About site: http://jmdiframework.sourceforge.net |
Title: Programming/Languages/Java/Class Libraries/Graphics/User Interface Classes - Java MDI application framework A MDI (multiple document interface) application framework for Java/Swing with document-view architecture, support for undo/redo operations, clipboard data transfer, modular file i/o, internationalizat |
|
|
|
|
CMU_Robotics_Institute_Manipulation_Lab Research into the fundamental mechanics of manipulation, the modelling of physical processes, and the minimum sensor information needed to accomplish a given manipulation task.
| Netcom_Information_Technology Instructor-led and web based training, corporate training solutions, and authorized testing. Web hosting and consulting solutions. Located in New York, United States.
| The_Flying_Pig\'s_Homepage Some RISC OS software, including Virtudesk, Codeflow, Decide and Mellow
| Staffordshire_University School of Computing. Research groups: Artificial intelligence; Centre for Intelligent Environmental Systems ; Distributed systems ; Computer assisted learning; Graphics and image processing; Strategi
| RR_Productions Screen savers based on movies and television, including Buffy, and Gladiator. Also provides custom screen savers.
| Geoff_Hill__Flash_and_ActionScript_Tutorials Tutorials for beginners and intermediates, with the focus on game development.
|
|
| Alexa statistic for http://jmdiframework.sourceforge.net |
Please visit: http://jmdiframework.sourceforge.net
|
| Related sites for http://jmdiframework.sourceforge.net |
| Ultimedia_International Provider of streaming media solutions for corporate marketing, training and education. | | The_Children\'s_Machine_by_Seymour_Papert One educator's positive review of Papert's book: '[His] philosophy of learning contrasts sharply with his depiction of schools' epistemology'. | | \'You\'ve_got_to_find_what_you_love,\'_Jobs_says Standford Commencement Address (June 12, 2006) | | RFC2145_-_Use_and_Interpretation_of_HTTP_Version_Numbers This document tries to clarify the intentions of the specs for HTTP versions 1.0 and 1.1. The aim is to avoid confusion regarding the use and interpretation of each. | | Keysnatch Application that hides and records all keyboard activities. It also captures screenshot related to that particular activity and stores it to a predefined location. | | WebCritica Offers services to evaluate web site usability and gives recommendations how to make sites easier to use, based in USA. | | PC_Speed_Up How to guides for PC optimization and daily maintenance. | | Von_Neumann Brief biography. | | Flinders_University_School_of_Informatics_&_Engineering A multidisciplinary school incorporating: computer science, engineering, information technology, mathematics, and statistics within the Faculty of Science and Engineering at Adelaide's Flinders Unive | | Instant_Help_Pro A generator and editor for WinHelp and HTML Help. It automatically creates the help system and updates the source files and project files of a Visual C++ Project. | | Bali Java with a spoonful of syntactic sugar: proposed set of additions to make Java terser and safer. Terseness makes languages easier to read, write, maintain. Ideas from Abundance (Byte Magazine Oct 198 | | DLTtape_com Resource with hundreds of DLTtape systems from hundreds of the worlds leading computing suppliers. | | RFC_3085 URN Namespace for NewsML Resources. A. Coates, D. Allen, D. Rivers-Moore. March 2001. | | PrettyCode_Print Print vb source code in color easy and pretty. Wide set of features such as font/color customization, auto-indent, and line bracket connections for code blocks. | | RFC_4644 Network News Transfer Protocol (NNTP) Extension for Streaming Feeds. J. Vinocur, K. Murchison. October 2006. Updates RFC 2980. | | Mojavi_Project A MVC (Model-View-Controller) framework for PHP. [Open source, LGPL] | | Dr_Bob\'s_C++Builder_Gate Contains the latest news, technical articles, tips and tricks, events and seminars, tools and source code, book and third-party tool reviews for Borland C++Builder Inprise. | | House_Of_Scripts JavaScripts with demonstrations of uses. Some tips and links. Also ASP codes. | | #KidChat A safe, friendly chat room for kids to find friends on the internet and have fun. | | ClickCom Offers design, hosting, internet access, domain names, and marketing services. |
|
This is websites2007.org cache of m/ as retrieved on 2008.11.18 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
Java MDI Application Framework Java MDI Application FrameworkNews27th March 2005Version 0.6 has been released, which again includes some major architectural changes, which make it possible to have nestedviews as well as nested data objects. Other new features includethe Command/Trigger concept, support for toolbars and a scrollabledesktop. In addition, several bugs have been fixed.15th September 2004Version 0.5 has been released, which includes (besides a few minormodifications) some major architectural changes concerning the Document-Action-View system. It is now possible to have multipleviews per document.News ArchiveIntroductionMDI is the abbreviation for "Multiple Document Interface".It is an application model which can handle multiple opened documents at thesame time. Typically, MDI applications display multiple "sub-windows" containingthe documents to be edited. Many office applications, text editors, IDE's,web browsers, ... use MDI interfaces.In theory, Java provides you with everything you need for creating a MDI application: you could use JInternalFrame's for emulating the MDI "look and feel", you could use the Java Document framework, there's also a javax.swing.undo package, ...However, I find these components quite difficult to use, and after all, you'd finally have to "glue" everything together by yourself to finish your MDI program. The point is that all MDI applications are actually quite the same. From the GUI point of view, all MDI applications have some common menu items, for example. And all MDI applications share some logical entities like documents and actions that modify the document.I thought that it would be a good idea to unify all those components needed to build an MDI application and create a framework which serves as a skeleton for MDI applications.FeaturesA framework which cares about almost all of the standard functionality that is expected from MDI applications and which simplifies application developmentGUI implementation using Swing. Automatically provides a full-featured user interface including menus, toolbars, status bars, file selectors, dialogs, ...Data-Action-View paradigm: Data and View are separated, Action objects are used to synchronize themSupport for multiple views per documentSupport for nested views as well as nested data objectsModular File I/O system for loading, saving and exporting documentsUndo/Redo functionalityClipboard functions (cut, copy, paste)Printing subframework with preview capabilityInternationalization support using ResourceBundlesScreenshotsScreenshots of the text editor which is included in jmdiframework asa demonstration application can be found in thescreenshots section.DocumentationBrowse online javadoc documentation (forversion 0.6)Framework Overview (outdated as of version 0.5)The Java MDI framework and the Document-View paradigm(outdated as of version 0.5)LicenseThis software is distributed under the terms and conditions of the GNU General Public License.See the file "GNU-License.txt" which is included in the release.DownloadCurrent version (0.6) from sourceforge.netProject home on sourceforge.nethttp://sourceforge.net/projects/jmdiframework/ContactBernhard Stiftnerroot84(at)users.sourceforge.netThis project is hosted by: |
|
| |
A | MDI | (multiple | document | interface) | application | framework | for | Java/Swing | with | document-view | architecture, | support | for | undo/redo | operations, | clipboard | data | transfer, | modular | file | i/o, | internationalizat |
|
http://jmdiframework.sourceforge.net
Java MDI application framework 2008 November
dvd rental
dvd
A MDI (multiple document interface) application framework for Java/Swing with document-view architecture, support for undo/redo operations, clipboard data transfer, modular file i/o, internationalizat
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Houses for Sale - Loans - Dutch Bodybuilding Forums - Loans - Mortgage Loans
|