RSS

(root)/freeplane/freeplane_program/release_branches/1_0_x : 884 : freeplane/src/org/freeplane/features/browsemode/BToolbarContributor.java

« back to all changes in this revision

Viewing changes to freeplane/src/org/freeplane/features/browsemode/BToolbarContributor.java

dpolivaev at sourceforge
2009-11-12 22:14:29
Revision ID: dpolivaev@users.sourceforge.net-20091112221429-egu7mtjm8niumoc4
use portable drive for portable apps

Show diffs side-by-side

added added

removed removed

42
42
 
43
43
        public BToolbarContributor(final ModeController controller) {
44
44
                modeController = controller;
45
 
                urlfield = new PersistentEditableComboBox(BROWSE_URL_STORAGE_KEY);
 
45
                urlfield = new PersistentEditableComboBox(BROWSE_URL_STORAGE_KEY, 20);
46
46
                urlfield.addActionListener(new ActionListener() {
47
47
                        public void actionPerformed(final ActionEvent e) {
48
48
                                final String urlText = urlfield.getText();

Loggerhead 1.17 is a web-based interface for Bazaar branches