Package open.dolphin.client

Examples of open.dolphin.client.CompositeArea


    /**
     * GUI コンポーネントを初期化する。
     */
    private void initComponents() {
       
        memoArea = new CompositeArea(5, 10);
        memoArea.setLineWrap(true);
        memoArea.setMargin(new java.awt.Insets(3, 3, 2, 2));
        memoArea.setFont(new Font(Font.SANS_SERIF, Font.PLAIN, 11));
        memoArea.setName(NAME);
        IMEControl.setImeOnIfFocused(memoArea);
View Full Code Here

TOP

Related Classes of open.dolphin.client.CompositeArea

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.