lookandfeelmodel.java

来自「JavaExplorer是一个独立于平台的浏览器」· Java 代码 · 共 35 行

JAVA
35
字号
/*
 * Created on 15 oct. 2003
 *
 * To change the template for this generated file go to
 * Window>Preferences>Java>Code Generation>Code and Comments
 */
package javaexplorer.util.laf;

import java.awt.Font;
import java.awt.Color;
import java.io.Serializable;
import objectxml.*;
/**
 * @author veeb7280
 *
 * To change the template for this generated type comment go to
 * Window>Preferences>Java>Code Generation>Code and Comments
 */
public class LookAndFeelModel implements Serializable,Xmlizable{
    
    private Font _treeListFont = new Font("Arial", Font.BOLD, 10);
    private Font _menuFont = new Font("Arial", Font.BOLD, 11);
    private Font _defaultFont = new Font("Arial", Font.BOLD, 10);
    private Color _backColor = new Color(-661062);
    private Color _mdiBackColor = new Color(-394520);
    private Color _textAreaColor = Color.white;
    
    private String _modelName = "default";

    public LookAndFeelModel(){        
    }


    /**
     * Assigne un nom au modele utilis

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?