The Artima Developer Community
Sponsored Link

Java Buzz Forum
New and Updated Desktop Features in Java SE 6, Part 2

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Max Zone

Posts: 9170
Nickname: dzone
Registered: Jun, 2006

dzone.com is a link-sharing community where member participation determines what gets published
New and Updated Desktop Features in Java SE 6, Part 2 Posted: Apr 15, 2007 8:47 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Max Zone.
Original Post: New and Updated Desktop Features in Java SE 6, Part 2
Feed Title: dzone.com: java
Feed URL: http://feeds.dzone.com/dzone/java
Feed Description: dzone.com: fresh java links for developers
Latest Java Buzz Posts
Latest Java Buzz Posts by Max Zone
Latest Posts From dzone.com: java

Advertisement
Java SE 6 adds some features that make sorting and filtering the contents of a Swing JTable much easier. Most modern table-driven user interfaces allow users to sort columns by clicking on the table header. This could be done with the Swing JTable support in place prior to Java SE 6. However, the developer had to add the functionality manually in a custom way for each table that needed this feature. With Java SE 6, enabling this functionality requires minimal effort. Filtering is another option commonly available with user interfaces. Filtering allows users to display only the rows in a table that match user-supplied criteria. With Java SE 6, enabling filtering of JTable contents is also much easier.

Read: New and Updated Desktop Features in Java SE 6, Part 2

Topic: The Apache Software Foundation appears to be having trouble getting Sun to cough up the... Previous Topic   Next Topic Topic: New (3.2.3) Hibernate identifier generators

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use