github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jacek99 / javabuilders

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 10
    • 3
  • Source
  • Commits
  • Network (3)
  • Issues (0)
  • Downloads (1)
  • Wiki (1)
  • Graphs
  • Tree: 44cb39d

click here to add a description

click here to add a homepage

  • Branches (2)
    • dev
    • master
  • Tags (0)
Sending Request…
Click here to lend your support to: javabuilders and make a donation at www.pledgie.com ! Edit Pledgie Setup

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

JavaBuilders - Max productivity with minimum code for Java UI development — Read more

  cancel

http://javabuilders.org

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Initial git commit 
jacek99 (author)
Wed Mar 25 19:13:37 -0700 2009
commit  44cb39db6ec0a80c0cf060716082816dbbb2e963
tree    1c70988c8c88a1db634060792314d7cb1df840f4
javabuilders / PersonApp / src / person / app / PersonApp.yaml PersonApp/src/person/app/PersonApp.yaml
100644 22 lines (22 sloc) 0.999 kb
edit raw blame history
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
JFrame(name=frame, title=frame.title, size=packed, defaultCloseOperation=exitOnClose):
    - JLabel(name=fNameLbl, text=label.firstName)
    - JLabel(name=lNameLbl, text=label.lastName)
    - JLabel(name=emailLbl, text=label.email)
    - JTextField(name=fName)
    - JTextField(name=lName)
    - JTextField(name=email)
    - JButton(name=save, text=button.save, onAction=($validate,save,done))
    - JButton(name=cancel, text=button.cancel, onAction=($confirm,cancel))
    - MigLayout: |
        [pref] [grow,100] [pref] [grow,100]
        fNameLbl fName lNameLbl lName
        emailLbl email+*
        >save+*=1,cancel=1
bind:
    - fName.text: this.person.firstName
    - lName.text: this.person.lastName
    - email.text: this.person.emailAddress
validate:
    - fName.text: {mandatory: true, label: label.firstName}
    - lName.text: {mandatory: true, label: label.lastName}
    - email.text: {mandatory: true, emailAddress: true, label: label.email}
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server