|
Re: How can I possibly right align a text using drawString method
To use alignments etc. you would have to use the LayoutManagers.
But you are using drawString() method which paints on the cordinates that are specified. All you are doing is painting to a screen, there is no alignment for painting...
|