Download List

项目描述

MDIFramework provides a ready-to-use architecture to ease the creation MDI-style applications in Java. It takes care of the overall architecture of the main window of the application, with a tabbed architecture, the presence of an HTML printable message area, and so on. It provides a generic API to manage lengthy actions, keeping the interface responsive, and taking care that actions are performed one at a time, without having to bother about it. It can add metadata to already opened files. It manages loading and unloading of external plugins at runtime.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-15 08:55
0.6.5

此版本中要获取上下文类加载器的抽象插件类中添加方法。它固定的 MDIFileUtils.getFile(URL) 方法当路径包含空格字符。
标签: Major
This release adds a method in the Abstract Plugin class to get the context ClassLoader.

It fixs the MDIFileUtils.getFile(URL) method when the path contains space characters.

2011-11-15 02:35
0.6.1

此版本修复了生成 MDIFramework jar,以避免不必要的类中添加的 ant 任务。
标签: Minor
This release fixes the ant task which builds the MDIFramework jar, to avoid adding unnecessary classes.

2011-10-10 06:49
0.6

此版本更改首选项框架 API,以便能够传递给排序或检索配置时的配置首选项目录。这使它成为可能为核心和插件配置,以获取相对于基首选项目录,文件属性,因而使已存储的配置便携式跨装置
标签: Major
This release changes the Preferences framework API to be able to pass the Preferences directory to the Configuration when sorting or retrieving configuration. This makes it possible for the core and Plugins configurations to get File properties relative to the base Preferences directory, and thus makes stored configurations portable across installations

2011-09-19 03:04
0.5.1

该版本修正了一个错误,即使另一个点击关闭按钮关闭当前选定的选项卡在一个TabbedPane。
标签: Minor
This release fixes a bug that resulted in closing the currently selected tab in a TabbedPane even if the close button was clicked on another one.

2011-09-15 10:22
0.5

而Android APK文件格式是现在考虑中的LauncherConf类。现在有两个版本,一个工作的Java Swing,Swing组件,并没有任何Swing组件,在Android的框架。
标签: Major
The Android APK file format is now taken into account in the LauncherConf class. The framework now comes in two releases, one working on Java Swing and containing Swing components, and one without any Swing components that works on Android.

Project Resources