Click here to Skip to main content
15,891,316 members
Articles / Desktop Programming / Swing

Construct data model, view, and control

Rate me:
Please Sign up or sign in to vote.
4.67/5 (3 votes)
26 Mar 2014CPOL4 min read 11.6K   243   8  
Example of JNotif - A Java Notification App

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
while (live) {
try {
learn();
code();
food();
...
} catch (Exception ex) {
recover();
}
}

Comments and Discussions