Download List

Projeto Descrição

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 Requirements

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

Esta versão adiciona um método na classe abstrata Plugin para obter o contexto de ClassLoader.

Ele fixs o método de MDIFileUtils.getFile(URL) quando o caminho contém caracteres de espaço.
Tags: 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

Esta versão corrige a tarefa ant que constrói o jar MDIFramework, para evitar a adição de classes desnecessárias.
Tags: Minor
This release fixes the ant task which builds the MDIFramework jar, to avoid adding unnecessary classes.

2011-10-10 06:49
0.6

Esta versão altera o quadro de preferências API para ser capaz de passar o diretório de preferências para a configuração de classificar ou recuperar a configuração. Isso torna possível para o núcleo e configurações de plug-ins para obter as propriedades de arquivo relativo para o diretório base de preferências e assim torna configurações armazenadas portátil em instalações
Tags: 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

Esta versão corrige um bug que resultou no fechamento da guia selecionada no momento em TabbedPane mesmo se o botão de fechar foi clicado em uma outra.
Tags: 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

O Android formato de arquivo APK é agora tida em conta na classe LauncherConf. O quadro agora vem em duas versões, uma trabalhando em Java Swing e contendo componentes Swing, e um sem qualquer componente Swing que funciona no Android.
Tags: 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