Package com.l2client.gui.dialogs

Examples of com.l2client.gui.dialogs.ChatPanel.validate()


    final JDesktopPane desktopPane = jmeDesktop.getJDesktop();
//    desktopPane.removeAll();

    final JInternalFrame internalFrame = new TransparentInternalFrame();   
    final ChatPanel pan = new ChatPanel();
    pan.validate();
    internalFrame.add(pan);
    internalFrame.setVisible(true);
    internalFrame.setSize(new java.awt.Dimension(320, 250));
    internalFrame.pack();
    internalFrame.setLocation(0,desktopPane.getHeight()-internalFrame.getHeight());
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.