Added additional panel for color defaults
This commit is contained in:
parent
d07b2f6802
commit
45ba0e3bb0
@ -0,0 +1,18 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package net.sf.openrocket.gui.dialogs.preferences;
|
||||
|
||||
import javax.swing.JPanel;
|
||||
|
||||
import net.miginfocom.swing.MigLayout;
|
||||
|
||||
/**
|
||||
* @author cpearls
|
||||
*
|
||||
*/
|
||||
public class ColorDefaultsPanel extends JPanel {
|
||||
public ColorDefaultsPanel(){
|
||||
super(new MigLayout("fillx"));
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user