My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
JFrame:
title: frame.title
content:
- JPanel:
content:
- JBSeparator: {name: sepName, text: header.name}
- JLabel: {name: fNameLabel, text: label.firstName}
- JTextField: {name: fNameField, onFocus: onFirstNameFocus, onFocusLost: onFirstNameFocusLost}
- JLabel: {name: lNameLabel, text: label.lastName}
- JTextField: {name: lNameField, onKeyPressed: onLastNameKeyPressed, onKeyReleased: onLastNameKeyReleased}
- JLabel: {name: titleLabel, text: label.title}
- JTextField: {name: titleField, onKeyTyped: onTitleKeyTyped}
- JLabel: {name: dfLabel, text: label.displayFormat}
- JComboBox: {name: dfCombo}
- JLabel: {name: nickLabel, text: label.nickname}
- JTextField: {name: nickField, onMouseClicked: onMouseClicked, onMouseDoubleClicked: onMouseDoubleClicked, onMouseRightClicked: onMouseRightClicked}
- JBSeparator: {name: sepList, text: header.list}
- JLabel: {name: labelEmail, text: label.email}
- JTextField: {name: fieldEmail}
- JList: {name: textArea}
- JButton: {name: addButton, text: button.add, actionCommand: add }
- JButton: {name: deleteButton, text: button.delete, actionCommand: delete}
- JButton: {name: editButton, text: button.edit, onAction: edit}
- JButton: {name: advancedButton, text: button.advanced, actionCommand: advanced}
- JButton: {name: okButton, text: button.ok, onAction: save}
- JButton: {name: cancelButton, text: button.cancel, onAction: cancel}
- JLabel: {name: statusLabel, text: " "}
layout: |
[pref] [grow] [grow] [pref]
sepName+*
>fNameLabel fNameField=1 >lNameLabel lNameField+2=1
>titleLabel titleField=1 >nickLabel nickField+2=1
>dfLabel dfCombo+*
sepList+*
>labelEmail fieldEmail+3 addButton+1+4=3
textArea+4+3 editButton=3 [grow]
deleteButton=3
advancedButton=3
>okButton+*=2,cancelButton=2
statusLabel+*
Show details Hide details

Change log

r755 by jacek99 on Nov 23, 2008   Diff
[No log message]
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 2819 bytes, 40 lines
Hosted by Google Code