Search   Feed   Browse   Add
Feed items 1 - 2 of 2 for June 2007

Core Java Technologies Tech Tips

Tips for using core Java SE APIs

Adding Drop Support to JTree - June 30, 2007

The text components offer built-in drop support, as does the JColorChooser component, but adding drop support to any of the other Swing components -- like JList, JTable, or JTree -- requires a little bit of extra work.
http://blogs.sun.com/CoreJavaTechTips/entry/adding_drop_support_to_jtree

Cookie Handling in Java SE 6 - June 25, 2007

A quick look back to the J2SE 5.0 API brings you right to the abstract CookieHandler class but with no real implementation, no storage mechanism, no storage policy, and nothing to store. Jump ahead to Java SE 6, and the CookieManager class offers just such an implementation of CookieHandler. CookieStore is the storage mechanism, and CookiePolicy offers a policy for accepting or rejecting cookies. Lastly, HttpCookie is the object to store.
http://blogs.sun.com/CoreJavaTechTips/entry/cookie_handling_in_java_se
Available Archives
- June (2 items)
- July (2 items)
- August (2 items)
- September (2 items)
- October (2 items)
- November (1 item)
- December (3 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact