The Artima Developer Community
Sponsored Link

Java Buzz Forum
Desktop Java Live: Custom ScrollBarUI ... Not So Fast

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
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
Desktop Java Live: Custom ScrollBarUI ... Not So Fast Posted: Jan 6, 2005 2:37 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: Desktop Java Live: Custom ScrollBarUI ... Not So Fast
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

As part of Desktop Java Live, I thought it would be a good idea to provide examples of customizing a few ComponentUI's. I figured that tabbed panes and scroll bars would be nice nontrivial choices. Well I started digging in the BasicScrollBarUI last night to refresh my memory and was surprised at what I found ... it implements it own layout manager among other things. Further complicating matters is that it also contains a listener that directly calls layoutContainer when the scroll bar model changes. I'm debating whether to even try working around the design of BasicScrollBarUI or writing my own clean room implementation.

Read: Desktop Java Live: Custom ScrollBarUI ... Not So Fast

Topic: [Dec 27, 2004 05:14 PST] 9 Links Previous Topic   Next Topic Topic: NeoOffice goes beta!

Sponsored Links



Google
  Web Artima.com   

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