Posted By:
Udayini_Pendyala
Posted On:
Sunday, January 6, 2002 03:29 PM
I have a JPanel in which I draw some squares/rectangles and circles to represent the objects in my system. Within these rectangles and circles, I display some text data. My image gets displayed correctly till this point. Then I start applying an AffineTransform to this image so that it will look good on all my target screen resolutions. This causes some problems because the text at the bottom of my screen stops appearing altogether. If I increase my frame size, then the text reappears. What am I doing wrong here? If somebody knows the solution, please email me at: udayini.pendyala@oracle.com
More>>
I have a JPanel in which I draw some squares/rectangles and
circles to represent the objects in my system. Within these
rectangles and circles, I display some text data. My image gets
displayed correctly till this point. Then I start applying an
AffineTransform to this image so that it will look good on all
my target screen resolutions. This causes some problems
because the text at the bottom of my screen stops appearing
altogether. If I increase my frame size, then the text reappears.
What am I doing wrong here?
If somebody knows the solution, please email me at:
udayini.pendyala@oracle.com
<<Less