967968969970971972973974975
textField.setForeground(ComponentFactory.getDisabledColor()); return textField; } public static final DcTabbedPane getTabbedPane() { DcTabbedPane tabbedPane = new DcTabbedPane(); tabbedPane.setFont(getSystemFont()); return tabbedPane; }