org.asyrinx.brownie.swing
クラス SwingUtils

java.lang.Object
  拡張org.asyrinx.brownie.swing.SwingUtils

public class SwingUtils
extends java.lang.Object

作成者:
akima

コンストラクタの概要
SwingUtils()
           
 
メソッドの概要
static javax.swing.JDialog showComponent(java.awt.Component component, java.awt.Component owner, int width, int height, java.lang.String title, boolean modal)
           
static javax.swing.JDialog showComponent(java.awt.Component component, java.awt.Dialog owner, int width, int height, java.lang.String title, boolean modal)
           
static javax.swing.JDialog showComponent(java.awt.Component component, java.awt.Frame owner, int width, int height, java.lang.String title, boolean modal)
           
static javax.swing.JFrame showComponentByFrame(java.awt.Component component, int width, int height, java.lang.String title)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SwingUtils

public SwingUtils()
メソッドの詳細

showComponentByFrame

public static javax.swing.JFrame showComponentByFrame(java.awt.Component component,
                                                      int width,
                                                      int height,
                                                      java.lang.String title)

showComponent

public static javax.swing.JDialog showComponent(java.awt.Component component,
                                                java.awt.Component owner,
                                                int width,
                                                int height,
                                                java.lang.String title,
                                                boolean modal)

showComponent

public static javax.swing.JDialog showComponent(java.awt.Component component,
                                                java.awt.Frame owner,
                                                int width,
                                                int height,
                                                java.lang.String title,
                                                boolean modal)

showComponent

public static javax.swing.JDialog showComponent(java.awt.Component component,
                                                java.awt.Dialog owner,
                                                int width,
                                                int height,
                                                java.lang.String title,
                                                boolean modal)


Copyright © 2004 asyrinx organization. All Rights Reserved.