All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xml.menu-bar.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<frame name="mainframe" size="640,480" title="S W I X M L" defaultcloseoperation="JFrame.HIDE_ON_CLOSE" >
	<panel layout="BorderLayout">
	  <menubar constraints="BorderLayout.SOUTH">
	      <menu text="This should appear at the bottom">
		      <menuitem text="and exits the program" action="exitAction"/>
	      </menu>
	  </menubar>
	  <menubar constraints="BorderLayout.NORTH">
	      <menu text="This should appear at the top">
		      <menuitem text="...and exits the program as well" action="exitAction"/>
	      </menu>
	  </menubar>
	</panel>
</frame>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy