Package open.dolphin.ui

Examples of open.dolphin.ui.HorizontalPanel.addGlue()


        // レアイウトする
        HorizontalPanel lowerPanel = new HorizontalPanel();
        lowerPanel.setBackgroundColor(Color.black, 0.0f, HorizontalPanel.DEFAULT_STATUS_PANEL_END_ALPHA);
        //lowerPanel.setTopLineAlpha(0.5f);
        lowerPanel.setPanelHeight(32);
        lowerPanel.addGlue();
        lowerPanel.add(cancelButton);
        lowerPanel.add(okButton);
       
        dialog.add(editor, BorderLayout.CENTER);
        dialog.add(lowerPanel, BorderLayout.SOUTH);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.