Home
last modified time | relevance | path

Searched refs:fLogViewerFontNameCB (Results 1 – 2 of 2) sorted by relevance

/dports/devel/staf/src/staf/services/stax/beta/monitor/
H A DSTAXMonitor.java172 JComboBox fLogViewerFontNameCB = new JComboBox(); field in STAXMonitor
1739 fLogViewerFontNameCB = new JComboBox(); in createPropertiesDialog()
1745 fLogViewerFontNameCB.addItem("Dialog"); in createPropertiesDialog()
1757 fLogViewerFontNameCB.addItem(fontNames[i]); in createPropertiesDialog()
1773 fLogViewerFontNameCB.setFont(new Font("Dialog", Font.PLAIN, 12)); in createPropertiesDialog()
1774 fLogViewerFontNameCB.setBackground(Color.white); in createPropertiesDialog()
1776 logViewerFontNamePanel.add(fLogViewerFontNameCB); in createPropertiesDialog()
2081 fLogViewerFontName = (String)fLogViewerFontNameCB. in actionPerformed()
2203 fLogViewerFontNameCB.setSelectedItem(fLogViewerFontName); in actionPerformed()
8061 fLogViewerFontNameCB.getSelectedItem()); in saveProperties()
[all …]
/dports/devel/staf/src/staf/services/stax/monitor/
H A DSTAXMonitor.java189 JComboBox fLogViewerFontNameCB = new JComboBox(); field in STAXMonitor
1806 fLogViewerFontNameCB = new JComboBox(); in createPropertiesDialog()
1812 fLogViewerFontNameCB.addItem("Dialog"); in createPropertiesDialog()
1824 fLogViewerFontNameCB.addItem(fontNames[i]); in createPropertiesDialog()
1840 fLogViewerFontNameCB.setFont(new Font("Dialog", Font.PLAIN, 12)); in createPropertiesDialog()
1841 fLogViewerFontNameCB.setBackground(Color.white); in createPropertiesDialog()
1843 logViewerFontNamePanel.add(fLogViewerFontNameCB); in createPropertiesDialog()
2148 fLogViewerFontName = (String)fLogViewerFontNameCB. in actionPerformed()
2270 fLogViewerFontNameCB.setSelectedItem(fLogViewerFontName); in actionPerformed()
8213 fLogViewerFontNameCB.getSelectedItem()); in saveProperties()
[all …]