org.asyrinx.brownie.swing
クラス SwingUtils
java.lang.Object
org.asyrinx.brownie.swing.SwingUtils
- public class SwingUtils
- extends java.lang.Object
- 作成者:
- akima
メソッドの概要 |
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.