Package gui.models

Examples of gui.models.ListeRepresentationsModel


    //this.setLayout(new FlowLayout());
    //this.setLayout(new GridLayout(0,1));
    setLayout(new BorderLayout());
    
    table = new JTable();
    table.setModel(new ListeRepresentationsModel(p));
   
    jsp = new JScrollPane(table);   
    //table.setPreferredSize(new Dimension(200,150));
   
    jsp.setPreferredSize(new Dimension(200,150)/*table.getPreferredSize()*/);
 
View Full Code Here

TOP

Related Classes of gui.models.ListeRepresentationsModel

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.