2008-10-13
CommonDialog
FileChooser
MyFileChooser fc = new MyFileChooser();
fc.showOpenDialog( pane );
protected JDialog createDialog(Component parent)throws HeadlessException{
JDialog dialog = super.createDialog(parent);
ColorChooser
- 色の設定
JColorChooser cc = new JColorChooser();
JDialog dialog = JColorChooser.createDialog( pane, title[1], true, cc, null, null);
2008-09-12
Background
前のプログラムに5文付け加えて背景変える。
背景
背景色の変更。
Background(color3f color)
- method
setApplicationBounds(bs)
霧をかけるのは次回。





