Java and XML Sample Code
- HelloWorld: Small Sample with Label, TextField, Button, and Submit Action
- Java2Html | Source | XML | Screenshot
- HelloMac: Small Sample, showing a some Mac features.
- Java2Html | Source | XML | Screenshot
- Eventhandling: Actions and ActionCommands
- Java2Html | Source | XML | Screenshot
- Accelerators and Mnemonics
- Java2Html | Source | XML | Screenshot
- Layout Managers
- JGoodies FormLayout Example
- Java2Html | Source | XML Screenshot
- GridBag Layout Example
- Java2Html | Source | XML Screenshot
- Card Layout Example
- Java2Html | Source | XML | Screenshot
- Fun with Layouts, a lot of different Layouts in an Internal Frame
- Java2Html | Source | XML | Screenshot
- Swixml and Localization
- Java2Html | Source | XML | Screenshot
- How to do Applets with Swixml
- Java2Html | Source | XML | Screenshot
- Extend the Swixml TagLibrary with your own tags
- ComboBox Tag with an initclass attribute.
The initclass is loaded, an instance is obtained and passed into the constructor of the tag's implementing class.
- List Tag with an initclass attribute.
The initclass is loaded, an instance is obtained and passed into the constructor of the tag's implementing class.
- Swixml now understands some XPointer / XInclude syntax
- Java2Html | Source | XML | XML | Screenshot
- Custom Tags
- Java2Html | Source | XML | Screenshot
- Action Generator( public void myMethod() {..} instead of having to define public Action members.
- Java2Html | Source | XML | Screenshot
摘自『http://swixml.org/samples/index.html』
GitHub: https://github.com/bsorrentino/swixml2
The goals of project is both to extend the original swixml project providing integration with Swing Application Framework (JSR 296) and Beans Binding (JSR 295) to further simplifying the GUI creation & management and to provide a strict integration with maven