My favorites
▼
|
Sign in
martin-personal-project
Hasil oprek-oprek, coba-coba dan testing-testing ^_^
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
java
/
MenuLogin
/
src
/
id
/
web
/
martinusadyh
/
menulogin
/
domain
/
UserApp.java
r17
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/*
* Copyright (c) 2009 Martinus Ady H <mrt.itnewbies@gmail.com>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* o Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* o Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* o Neither the name of the <ORGANIZATION> nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* UserApp.java
*
* Created on Nov 8, 2009, 10:33:04 PM
*/
package id.web.martinusadyh.menulogin.domain;
/**
*
* @author Martinus Ady H <mrt.itnewbies@gmail.com>
*/
public class UserApp {
private Integer id;
private String userName;
private String password;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
public String getUserName() {
return userName;
}
public void setUserName(String userName) {
this.userName = userName;
}
}
Show details
Hide details
Change log
r10
by pemulajava on Nov 9, 2009
Diff
- Commit contoh project membuat menu login di java swing
Go to:
/trunk/java/MenuLogin
/trunk/java/MenuLogin/build.xml
/trunk/java/MenuLogin/lib
...in/lib/MartinSwingUtil-1.0.0.jar
/trunk/java/MenuLogin/manifest.mf
/trunk/java/MenuLogin/nbproject
...nuLogin/nbproject/build-impl.xml
...in/nbproject/genfiles.properties
...gin/nbproject/project.properties
.../MenuLogin/nbproject/project.xml
/trunk/java/MenuLogin/sql
...enuLogin/sql/MenuLoginSchema.sql
/trunk/java/MenuLogin/src
/trunk/java/MenuLogin/src/id
/trunk/java/MenuLogin/src/id/web
...enuLogin/src/id/web/martinusadyh
...rc/id/web/martinusadyh/menulogin
...martinusadyh/menulogin/Main.java
...eb/martinusadyh/menulogin/domain
...yh/menulogin/domain/UserApp.java
...b/martinusadyh/menulogin/service
...ulogin/service/LoginService.java
...in/service/LoginServiceImpl.java
...id/web/martinusadyh/menulogin/ui
...yh/menulogin/ui/LoginDialog.form
...yh/menulogin/ui/LoginDialog.java
...sadyh/menulogin/ui/MainForm.form
...sadyh/menulogin/ui/MainForm.java
...martinusadyh/menulogin/ui/images
...login/ui/images/dialog-error.png
...in/ui/images/dialog-password.png
/trunk/java/MenuLogin/test
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 2331 bytes, 68 lines
View raw file
Powered by
Google Project Hosting