minor ui tweaks BLD200604261800
authormkleint@netbeans.org
Wed, 26 Apr 2006 14:11:52 +0000
changeset 707839dfec1351c8
parent 7077 c49a099a95ce
child 7079 b1628e5047b8
minor ui tweaks
bluej-suite/bluej-welcome/src/org/netbeans/bluej/welcome/Bundle.properties
bluej-ui/src/org/netbeans/bluej/ui/BlueJViewAction.java
bluej-ui/src/org/netbeans/bluej/ui/Bundle.properties
bluej-ui/src/org/netbeans/bluej/ui/layer.xml
     1.1 --- a/bluej-suite/bluej-welcome/src/org/netbeans/bluej/welcome/Bundle.properties	Wed Apr 26 09:40:20 2006 +0000
     1.2 +++ b/bluej-suite/bluej-welcome/src/org/netbeans/bluej/welcome/Bundle.properties	Wed Apr 26 14:11:52 2006 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  HTML_QUICKSTART=http://www.bluej.org/netbeans/tutorial
     1.5  
     1.6  #following URLs could be changed to localized websites if exixts
     1.7 -HTML_modules=http://edu.netbeans.org
     1.8 +HTML_modules=http://edu.netbeans.org/bluej
     1.9  HTML_Collab=http://www.bluej.org/netbeans
    1.10  HTML_SUN=http://www.sun.com
    1.11  HTML_JAVA=http://java.sun.com
     2.1 --- a/bluej-ui/src/org/netbeans/bluej/ui/BlueJViewAction.java	Wed Apr 26 09:40:20 2006 +0000
     2.2 +++ b/bluej-ui/src/org/netbeans/bluej/ui/BlueJViewAction.java	Wed Apr 26 14:11:52 2006 +0000
     2.3 @@ -12,6 +12,7 @@
     2.4   */
     2.5  package org.netbeans.bluej.ui;
     2.6  
     2.7 +import javax.swing.Action;
     2.8  import org.netbeans.bluej.ui.window.BluejViewTopComponent;
     2.9  import org.openide.util.HelpCtx;
    2.10  import org.openide.util.NbBundle;
    2.11 @@ -19,6 +20,10 @@
    2.12  
    2.13  public final class BlueJViewAction extends CallableSystemAction {
    2.14      
    2.15 +    public BlueJViewAction() {
    2.16 +        putValue(Action.ACCELERATOR_KEY, "B");
    2.17 +    }
    2.18 +    
    2.19      public void performAction() {
    2.20          BluejViewTopComponent.findInstance().open();
    2.21          BluejViewTopComponent.findInstance().requestActive();
     3.1 --- a/bluej-ui/src/org/netbeans/bluej/ui/Bundle.properties	Wed Apr 26 09:40:20 2006 +0000
     3.2 +++ b/bluej-ui/src/org/netbeans/bluej/ui/Bundle.properties	Wed Apr 26 14:11:52 2006 +0000
     3.3 @@ -1,2 +1,3 @@
     3.4  CTL_BlueJViewAction=BlueJ View
     3.5 -OpenIDE-Module-Name=bluej-ui
     3.6 +BlueJViewAction_ACS=B
     3.7 +OpenIDE-Module-Name=BlueJ Custom UI
     4.1 --- a/bluej-ui/src/org/netbeans/bluej/ui/layer.xml	Wed Apr 26 09:40:20 2006 +0000
     4.2 +++ b/bluej-ui/src/org/netbeans/bluej/ui/layer.xml	Wed Apr 26 14:11:52 2006 +0000
     4.3 @@ -3,18 +3,27 @@
     4.4  <filesystem>
     4.5      <folder name="Actions">
     4.6          <folder name="Window">
     4.7 -            <file name="org-netbeans-bluej-ui-BlueJViewAction.instance"/>
     4.8 +            <file name="org-netbeans-bluej-ui-BlueJViewAction.instance">
     4.9 +                <attr name="instanceClass" stringvalue="org.netbeans.bluej.ui.BlueJViewAction"/>
    4.10 +            </file>
    4.11          </folder>
    4.12      </folder>
    4.13      <folder name="Menu">
    4.14          <folder name="Window">
    4.15 -            <attr name="org-netbeans-modules-project-ui-physical-tab-action.shadow/org-netbeans-bluej-ui-BlueJViewAction.shadow" boolvalue="true"/>
    4.16 +            <attr name="ResultWindowOpenAction.shadow/org-netbeans-bluej-ui-BlueJViewAction.shadow" boolvalue="true"/>
    4.17              <file name="org-netbeans-bluej-ui-BlueJViewAction.shadow">
    4.18                  <attr name="originalFile" stringvalue="Actions/Window/org-netbeans-bluej-ui-BlueJViewAction.instance"/>
    4.19              </file>
    4.20 -            <attr name="org-netbeans-bluej-ui-BlueJViewAction.shadow/ViewFavoritesTabAction.shadow" boolvalue="true"/>
    4.21 +            <attr name="org-netbeans-bluej-ui-BlueJViewAction.shadow/org-netbeans-modules-form-actions-InspectorAction.instance" boolvalue="true"/>
    4.22 +            <attr name="org-netbeans-bluej-ui-BlueJViewAction.shadow/org-netbeans-core-windows-actions-SwitchToRecentDocumentAction.instance" boolvalue="true"/>
    4.23 +            
    4.24          </folder>
    4.25      </folder>
    4.26 +    <folder name="Shortcuts">
    4.27 +        <file name="D-9.shadow">
    4.28 +            <attr name="originalFile" stringvalue="Actions/Window/org-netbeans-bluej-ui-BlueJViewAction.instance"/>
    4.29 +        </file>
    4.30 +    </folder>
    4.31      <folder name="Windows2">
    4.32          <folder name="Components">
    4.33              <file name="BluejViewTopComponent.settings" url="BluejViewTopComponentSettings.xml"/>