Package net.sf.nebulacards.util.ui

Examples of net.sf.nebulacards.util.ui.ChatBox


    gbc.gridx = 0;
    gbc.gridy = 11;
    gbc.gridwidth = GridBagConstraints.REMAINDER;
    gbc.gridheight = GridBagConstraints.REMAINDER;
    chatArea = new ChatBox(55);
    chatArea.setCallbacks(callbacks);
    grid.setConstraints(chatArea, gbc);
    add(chatArea);

    setVisible(true);
View Full Code Here

TOP

Related Classes of net.sf.nebulacards.util.ui.ChatBox

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.