Re: AWT ScrollPane

From: Andrew Thompson (SeeMySites_at_www.invalid)
Date: 05/29/04


Date: Sat, 29 May 2004 02:38:19 GMT

On Sat, 29 May 2004 02:11:00 GMT, Roedy Green wrote:

> Is there any way I have missed to use an AWT ScrollPane and have just
> vertical or just horizontal scrolling?

...errr. Did you see the constructor..
ScrollPane.html#ScrollPane(int)

I generally use the ..
TextArea.html#TextArea(String, int, int, int)

-- 
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology


Relevant Pages

  • Re: Problem with linker
    ... but to have actually written a default constructor. ... such as overloading on int and pointer types. ... conversion of 0 to CString requires a user-defined conversion, ... acceleration operator *(distance d, time_squared t2); ...
    (microsoft.public.vc.mfc)
  • FAQ Suggestions
    ... It can only be applied to reference type variables converting to ... The .NET runtime can't guarantee that parameterless constructors will be ... performing by not having to call constructor code. ... number like casting an int to short) are always explicit. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Languages for embedded
    ... calling constructors of the structure's members. ... If I want to know whether xyz had a constructor, ... On the other hand, if I have a C struct xyz, and the API provides a ... If function ftakes an int by value, it can't modify any int value ...
    (comp.arch.embedded)
  • Re: How to escape the Ocamls superfluous parentheses and type declarations?
    ... > The constructor Mycons expects 2 argument, ... constructor applied to zero or more arguments. ... >> Because you haven't declared the union of char and int. ...
    (comp.lang.ml)
  • Re: Creating an object that is read from an input stream.
    ... > The Box class has a default constructor that leaves it's members undefined. ... the default constructor can put it into a valid state then. ... > int left, right, up, down; ... By 'invalid' do you mean uninitialized, or not initialized with the right values (if the default ...
    (comp.lang.cpp)