Skip to content
4ntoine edited this page Dec 4, 2011 · 6 revisions

Welcome to the JavaFxDialog project!

Introduction

There are no standard dialogs (Information, Warning, Error) in JavaFx 2, so i decided to implement them myself.

Enjoy!

Screenshots

Information dialog Warning dialog Error dialog Throwable dialog

Features

Usage

Class name.antonsmirnov.javafx.dialog.Dialog:

public static void showInfo(String title, String message, Window owner)

public static void showWarning(String title, String message, Window owner)

public static void showError(String title, String message, Window owner)

public static void showThrowable(String title, String message, Throwable t, Window owner)

There are according methods without 'owner' parameter.

Author

Anton Smirnov (dev [at] antonsmirnov [dot] name)

License

Free for noncommercial usage

Clone this wiki locally