Download List

Projeto Descrição

JfxMessageBox is a free library to use MessageBox in JavaFX 2.

System Requirements

System requirement is not defined

Liberado: 2012-10-10 12:00
jfxmessagebox jfxmessagebox-1.0.7 (1 files Esconder)

Release Notes

= JfxMessageBox =
JfxMessageBox is a MessageBox library for JavaFX 2.

== Home page ==
http://sourceforge.jp/projects/jfxmessagebox/wiki/

== Download ==
[[ReleaseList]]

== System Requirements ==
JavaFX 2.2 or later is needed.

== Licensing ==
JfxMessageBox is licensed under a LGPL/EPL/ASL triple license, allowing use of the files under the terms of any one of the GNU Lesser General Public License, the Eclipse Public License, or the Apache License.

= GettingStarted =
Using JfxMessageBox is very easy.

{{{ code java
import jfx.messagebox.*;

MessageBox.show(primaryStage,
"Sample of error dialog.\n\nDialog option is below.\n[MessageBox.ICON_ERROR]",
"Error dialog", MessageBox.ICON_ERROR);
}}}
[[Embed(ErrorDialogSample.png)]]

For more infomation, see http://sourceforge.jp/projects/jfxmessagebox/wiki/GettingStarted

= JfxMessageBox =
JfxMessageBox is a MessageBox library for JavaFX 2.

== Home page ==
http://sourceforge.jp/projects/jfxmessagebox/wiki/

== Download ==
[[ReleaseList]]

== System Requirements ==
JavaFX 2.2 or later is needed.

== Licensing ==
JfxMessageBox is licensed under a LGPL/EPL/ASL triple license, allowing use of the files under the terms of any one of the GNU Lesser General Public License, the Eclipse Public License, or the Apache License.

= GettingStarted =
Using JfxMessageBox is very easy.

{{{ code java
import jfx.messagebox.*;

MessageBox.show(primaryStage,
"Sample of error dialog.\n\nDialog option is below.\n[MessageBox.ICON_ERROR]",
"Error dialog", MessageBox.ICON_ERROR);
}}}
[[Embed(ErrorDialogSample.png)]]

For more infomation, see http://sourceforge.jp/projects/jfxmessagebox/wiki/GettingStarted

Changelog

2012.10.10 (0.0.7)
FIX BUG: Hide MessageBox constructor.

2012.10.09 (0.0.6)
ADD FEATURE: Add keyboard mnemonic to button.

2012.10.10 (0.0.7)
FIX BUG: Hide MessageBox constructor.

2012.10.09 (0.0.6)
ADD FEATURE: Add keyboard mnemonic to button.