sijskes commented on issue #7490:
URL: https://github.com/apache/netbeans/issues/7490#issuecomment-2174000133

   `
   <?xml version="1.0" encoding="UTF-8"?>
   
   <?import javafx.scene.control.Label?>
   <?import javafx.scene.control.Menu?>
   <?import javafx.scene.control.MenuBar?>
   <?import javafx.scene.control.MenuItem?>
   <?import javafx.scene.control.SeparatorMenuItem?>
   <?import javafx.scene.input.KeyCodeCombination?>
   <?import javafx.scene.layout.AnchorPane?>
   <?import javafx.scene.layout.VBox?>
   <?import javafx.scene.text.Font?>
   
   <VBox prefHeight="400.0" prefWidth="640.0" 
xmlns="http://javafx.com/javafx/21"; xmlns:fx="http://javafx.com/fxml/1";>
       <children>
           <MenuBar>
               <menus>
                   <Menu mnemonicParsing="false" text="File">
                       <items>
                           <MenuItem mnemonicParsing="false" text="New">
                               <accelerator>
                                   <KeyCodeCombination alt="UP" code="N" 
control="DOWN" meta="UP" shift="UP" shortcut="UP" />
                               </accelerator>
                           </MenuItem>
                       </items>
                   </Menu>
               </menus>
           </MenuBar>
           <AnchorPane maxHeight="-1.0" maxWidth="-1.0" prefHeight="-1.0" 
prefWidth="-1.0" VBox.vgrow="ALWAYS">
           </AnchorPane>
       </children>
   </VBox>
   `


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to