This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes B&S May I use java.awt.dimension ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "B&S May I use java.awt.dimension ? " Watch "B&S May I use java.awt.dimension ? " New topic
Author

B&S May I use java.awt.dimension ?

Yucca Nel
Ranch Hand

Joined: Nov 20, 2008
Posts: 147

May I use java.awt.toolkit and dimension for positioning of windows/boxes on screen? Are there swing alternatives?


SCJP 6.0, SCJD (400/400), SCBCD for JEE 5, SCWCD 1.4 I do videos for development at
http://www.youtube.com/user/thejartender?feature=mhee
I am probably the only developer ever to have had an orange sized brain tumor in my brain while learning development!!
Kevin Florish
Ranch Hand

Joined: Jan 06, 2009
Posts: 155
I used thw AWT toolkit for screen size and positioning.

I think the limitations are on using Components from AWT instead of their newer Swing counterparts. Although I may be incorrect on this, it
is my interpretation of the oftimes confusing assignment instructions from Sun


HTML/CSS Tutorials | JavaScript and jQuery Tutorials
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: B&S May I use java.awt.dimension ?
 
Similar Threads
question about session invalidate()
Validating XML using XSD and with Oracle's DOMParser and XSDBuilder
question of assignment's database
two j2ee application called from web app
Extracting values from an ArrayList?