Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Customizing Java (Swing) Components

  Asked By: Lloyd    Date: Dec 03    Category: Java    Views: 625
  

I'm currently developing a Java App. And I need to add and remove
functionality from standaard Swing Components. Plus, in some cases,
like the JScrollBar's, I need to give them a different look. Now I've
looked in the tutorials, but they mostly refer to a lot of x.set...()
functions, which just isn't sufficient for my needs. And I've looked
through the source files of various components, but that just gives
me the impression that most of the values pop out of nowhere :)

So, my question: How do you *really* customize a Java Component?
Like for instance, give the JScrollBar a different look, give the
JFrame a different shape, etc, stuff in that area.

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Customizing Java (Swing) Components Or get search suggestion and latest updates.




Tagged: