Re: How to move text in java
- From: "Andrew Thompson" <andrewthommo@xxxxxxxxx>
- Date: 28 Jan 2007 23:49:27 -0800
On Jan 29, 6:35 pm, mohit.khatr...@xxxxxxxxx wrote:
....
I want to move text from bottom to up in java. I want to move
multiple lines of text one after other just like starting of a movie.
Note that GUI'd Java is not a very good place for
a beginner to start. To get text scrolling in 'Movie
Credits' style is harder, since you need to take
care of the drawing (accounting for the text size)
yourself. The method to override, in order to
perform the painting, depends on whether it is
AWT or Swing (your failure to mention AWT/Swing
adds to my impression you are swimming here).
I suggest you either..
- Start learning Java from the command line. In
which case you will be able to ask a much more
focused question, when you get to the point of
attempting 'scrolling text'.
- Use an existing 'scolling text' applet.
Andrew T.
.
- Follow-Ups:
- Re: How to move text in java
- From: mohit . khatri28
- Re: How to move text in java
- References:
- How to move text in java
- From: mohit . khatri28
- How to move text in java
- Prev by Date: How to move text in java
- Next by Date: Re: How do you execute a JAR file?
- Previous by thread: How to move text in java
- Next by thread: Re: How to move text in java
- Index(es):
Relevant Pages
|