Re: AWT ScrollPane
From: ak (spam_at_imagero.com)
Date: 05/30/04
- Next message: ak: "Re: AWT ScrollPane"
- Previous message: Roedy Green: "Re: AWT ScrollPane"
- In reply to: Roedy Green: "Re: AWT ScrollPane"
- Next in thread: Roedy Green: "Re: AWT ScrollPane"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 30 May 2004 02:05:49 +0200
> >I suppose since TextArea can do it, supposedly I could to, building
> >scrollbars into my custom component the same way TextArea did.
>
> I am puzzled to pieces. I looked at the code TextArea uses to handle
> scrollbars, and it seems to record the visibility in a private
> variable and does nothing with it, but expose it in a
> getScrollbarVisibility method that nobody ever calls.
>
> Perhaps the magic occurs deep in the peers or native gui.
>
> I will try the same trick and see if the magic happens for me too.
>
I don't believe that this magic works, because you have to load some
native library and this can work only from some privileged package ;-)
-- http://uio.dev.java.net http://reader.imagero.com
- Next message: ak: "Re: AWT ScrollPane"
- Previous message: Roedy Green: "Re: AWT ScrollPane"
- In reply to: Roedy Green: "Re: AWT ScrollPane"
- Next in thread: Roedy Green: "Re: AWT ScrollPane"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|