Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I can make a program to enter a series of values ​​of geometric figures to show me in a JFrame. It happens all the figures showing they want to see in the JFrame, but I have to validate that these figures appear to me entirely in the JFrame is not the case when the coordinates are very large. I was looking online and found nothing. I thought that "if" but never finished, because each number and the radio that I have to enter a validation. I wondered if there was a reserved word in java that allows me to display only the data that is smaller than the JFrame.

Thank you for your response.

share|improve this question
Don't forget to mark your favourite answer ;) – Marcus Riemer Nov 20 '12 at 18:00

1 Answer

There are many methods you can use in the Shape class. E.g. getBounds() and contains(double x, double y)

share|improve this answer
+1 See also createTransformedShape(). – trashgod Oct 3 '11 at 12:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.