Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/desktop/com/jme3/app/
DSettingsDialog.java85 private JComboBox colorDepthCombo = null; field in SettingsDialog
272 colorDepthCombo = new JComboBox(); in createUI()
273 colorDepthCombo.addKeyListener(aListener); in createUI()
296 colorDepthCombo.setSelectedItem(source.getBitsPerPixel() + " bpp"); in createUI()
299 optionsPanel.add(colorDepthCombo); in createUI()
377 String depthString = (String) colorDepthCombo.getSelectedItem(); in verifyAndSaveCurrentSelection()
501 String colorDepth = (String) colorDepthCombo.getSelectedItem(); in updateDisplayChoices()
512 colorDepthCombo.setModel(new DefaultComboBoxModel(depths)); in updateDisplayChoices()
513 colorDepthCombo.setSelectedItem(colorDepth); in updateDisplayChoices()
531 colorDepthCombo.setModel(new DefaultComboBoxModel(new String[]{ in updateResolutionChoices()