Posts

Showing posts from October, 2008

Freelance projects

Working on two projects. Point of Sale System is very interesting. For the last two days was trying google how to increase the width of the scrollbar in scrollpane. Couldn't find anything but expert-exchange dead end. At last, thanks to blogspot... UIManager.put("ScrollBar.width", new Integer(40)); Note: Call this method before adding any components to the JFrame. http://javadevelopersdiary.blogspot.com/2008/10/increase-width-of-scrollbar.html