Package com.mockturtlesolutions.snifflib.reposconfig.graphical

Examples of com.mockturtlesolutions.snifflib.reposconfig.graphical.ConfiguredComboBox


   
   
    JLabel pHprobe_label = new JLabel("pH probe: ");
    pHtoolsPrefs Prefs = new pHtoolsPrefs();
    Prefs.initialize();
    this.pHprobe_box = new ConfiguredComboBox(Prefs,"default","recentpHprobes");
    pHprobe_box.setTrackRecents(true);
    pHprobe_box.setEditable(true);
    pHprobe_label.setLabelFor(pHprobe_box);
   
    Box info_box = Box.createHorizontalBox();
View Full Code Here

TOP

Related Classes of com.mockturtlesolutions.snifflib.reposconfig.graphical.ConfiguredComboBox

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.