Package saveReddit.main

Examples of saveReddit.main.MainApplication


    mainOutput.setEditable(false);
    mainOutput.setRows(10);
   
    mainOutputScrollPane = new JScrollPane(mainOutput);
    new SmartScroller(mainOutputScrollPane);
    main = new MainApplication(this);
   
    userLabel = new JLabel();
    userLabel.setText("User");
    userLabel.setHorizontalAlignment(SwingConstants.CENTER);
    userBox = new JComboBox<String>();
View Full Code Here

TOP

Related Classes of saveReddit.main.MainApplication

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.