sjPlot / macwidgets

Automatically exported from code.google.com/p/macwidgets
0 stars 0 forks source link

IAppScrollBar for non JScrollPane panels #140

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am using a third party library which utilizes its own layout with
JScrollBars. I've been able to set the UI of the scroll bars via setUI(new
IAppScrollBarUI()), but I'd also like to be able to create the corner
component.

Suggestion: make simple helper methods such as
IAppWidgetFactory.createScrollPaneCornder() public. This will facilitate
applying MacWidgets to third party components.

Original issue reported on code.google.com by andy.g.s...@gmail.com on 23 Nov 2009 at 7:30

GoogleCodeExporter commented 8 years ago
Also: You spelled corner wrong in the method name =).

Original comment by andy.g.s...@gmail.com on 23 Nov 2009 at 7:32

GoogleCodeExporter commented 8 years ago
Made createScrollPaneCorner public. You can get the latest developer build here:

http://www.macwidgetsforjava.com/downloads/latest/mac_widgets.jar

Original comment by kenneth....@gmail.com on 2 Dec 2009 at 1:49