The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


View by: Most Recent | Topic | Community | Webloggers | James Gosling   
Monthly Archives:    

Blogs by topic: Swing

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • Grid • GUI 
• IDE • Instant Messaging • J2EE • J2ME • J2SE 
• JavaOne • Jini • JSP • JSR • JXTA 
• LDAP • Linux • Mobility • NetBeans • Open Source 
• OpenSolaris • P2P • Patterns • Performance • Porting 
• Programming • Research • Security • Servlets • Struts 
• Swing • Testing • Tools • Virtual Machine • Web Applications 
• Web Design • Web Development Tools • Web Services and XML 


Swing

Highlights of Synthetica's BlackEye theme.
on Nov 22, 2009 | Permalink | Discuss
While SwingX is going on steadily (1.6 has been recently released), things are pretty quiet for SwingX-WS. I've just recently patched it in order to make it compatible with the latest 1.6 and I'm fine with it, but I think that it's important that it is taken care consistently. From what I can understand, the SwingLabs guys are focusing on SwingX and little time remains for SwingX-WS. Also, SwingX...
on Nov 17, 2009 | Permalink | Discuss
Swing team welcomes the active SAF projects
on Nov 16, 2009 | Permalink | Discuss
Joshua announces Project MaiTai, a visual tool for creating interactive graphical art
on Nov 12, 2009 | Permalink | Discuss
New version of SwingX library have been released. From this version on, SwingX requires at least Java 6 to function properly.
on Nov 2, 2009 | Permalink | Discuss
As many of you may know, user interface design is a passion of mine. I want software that both looks pretty and acts well. I've had lots of ideas on the topic, often bleeding over into art and traditional design, in addition to usability. After thinking about it for a couple of years I've finally decided to create a blog dedicated to the topic: www.joshondesign.com At Josh On Design I'll be...
on Oct 20, 2009 | Permalink | Discuss
Introduce several helper classes that will ease you implementing advanced Observer pattern that will: 1) Switch threads between producer and listener; 2) Reduce coding issues by allowing producer to complete its own handling before its listeners start event handling.
on Oct 11, 2009 | Permalink | Discuss
Design thread model along with OO model for your Swing application. A thread model defines a scope e.g. a set of classes a thread (or a pool of threads) will stay in. As threads would step out the scope, scopes employ message passing for event notification.
on Oct 9, 2009 | Permalink | Discuss
Thread-safe is used to describe a Java class that is ready to be accessed by multiple threads without causing deadlock and/or broken state. Here I am referring to how to make an entire application especially a Swing application thread-safe.
on Oct 6, 2009 | Permalink | Discuss

GUI

Joshua announces Project MaiTai, a visual tool for creating interactive graphical art
on Nov 12, 2009 | Permalink | Discuss
New version of SwingX library have been released. From this version on, SwingX requires at least Java 6 to function properly.
on Nov 2, 2009 | Permalink | Discuss
As many of you may know, user interface design is a passion of mine. I want software that both looks pretty and acts well. I've had lots of ideas on the topic, often bleeding over into art and traditional design, in addition to usability. After thinking about it for a couple of years I've finally decided to create a blog dedicated to the topic: www.joshondesign.com At Josh On Design I'll be...
on Oct 20, 2009 | Permalink | Discuss
This entry discuss how we can use JFreeChart and JasperReports to include dynamically generated charts into a JasperReport s' report. Technique included here can be used to include dynamically generated images or dynamically generated data sources as well.
on Sep 21, 2009 | Permalink | Discuss

J2SE

Joshua announces Project MaiTai, a visual tool for creating interactive graphical art
on Nov 12, 2009 | Permalink | Discuss
New version of SwingX library have been released. From this version on, SwingX requires at least Java 6 to function properly.
on Nov 2, 2009 | Permalink | Discuss
As many of you may know, user interface design is a passion of mine. I want software that both looks pretty and acts well. I've had lots of ideas on the topic, often bleeding over into art and traditional design, in addition to usability. After thinking about it for a couple of years I've finally decided to create a blog dedicated to the topic: www.joshondesign.com At Josh On Design I'll be...
on Oct 20, 2009 | Permalink | Discuss

Programming

Introduce several helper classes that will ease you implementing advanced Observer pattern that will: 1) Switch threads between producer and listener; 2) Reduce coding issues by allowing producer to complete its own handling before its listeners start event handling.
on Oct 11, 2009 | Permalink | Discuss
Design thread model along with OO model for your Swing application. A thread model defines a scope e.g. a set of classes a thread (or a pool of threads) will stay in. As threads would step out the scope, scopes employ message passing for event notification.
on Oct 9, 2009 | Permalink | Discuss
Thread-safe is used to describe a Java class that is ready to be accessed by multiple threads without causing deadlock and/or broken state. Here I am referring to how to make an entire application especially a Swing application thread-safe.
on Oct 6, 2009 | Permalink | Discuss

Databases

This entry discuss how we can use JFreeChart and JasperReports to include dynamically generated charts into a JasperReport s' report. Technique included here can be used to include dynamically generated images or dynamically generated data sources as well.
on Sep 21, 2009 | Permalink | Discuss