56575859606162
super.setMinimumSize(dim); super.setMaximumSize(dim); super.setPreferredSize(dim); } super.setBorder( new GfrBorderRounded(GfrColor.BLUE, 5, 5, 0)); }
606162636465666768
@Override public void setEnabled(boolean b) { super.setEnabled(b); if(b) super.setBorder( new GfrBorderRounded(GfrColor.BLUE, 5, 5, 4,12,4,12)); else super.setBorder( new GfrBorderRounded(GfrColor.GRAY_8, 5, 5, 4,12,4,12)); }
104105106107108109110111112113114
public boolean init() { if (! super.init()) return false; super.setBorder( new GfrBorderRounded(GfrColor.BLUE, 5, 5, 0)); try { loadTransient(); }