Example usage for javax.swing JOptionPane subclass-usage

List of usage examples for javax.swing JOptionPane subclass-usage

Introduction

In this page you can find the example usage for javax.swing JOptionPane subclass-usage.

Usage

From source file ModifiableJOptionPane.java

/**
 * {@link javax.swing.JOptionPane} that can be modified for creating resizable
 * dialogs and so on. Default implementation of {@link javax.swing.JOptionPane}
 * creates allways unresizable dialog.
 * 
 * @version $Name:  $ - $Revision: 1.1.1.1 $ - $Date: 2005/04/07 18:36:21 $

From source file DisplayingMultilineMessages.java

class NarrowOptionPane extends JOptionPane {

    NarrowOptionPane() {
    }

    public int getMaxCharactersPerLineCount() {