¡@

Home 

java Programming Glossary: viewrect

Java - Scroll to specific text inside JTextArea

http://stackoverflow.com/questions/13437865/java-scroll-to-specific-text-inside-jtextarea

of the where the text would be visible... Rectangle viewRect textArea.modelToView pos Scroll to make the rectangle visible.. make the rectangle visible textArea.scrollRectToVisible viewRect Highlight the text textArea.setCaretPosition pos findLength..

Custom button not working on mac (ButtonUI)

http://stackoverflow.com/questions/14589119/custom-button-not-working-on-mac-buttonui

void paintFocus Graphics g AbstractButton b Rectangle viewRect Rectangle textRect Rectangle iconRect super.paintFocus g b.. textRect Rectangle iconRect super.paintFocus g b viewRect textRect iconRect g.setColor Color.blue.darker g.drawRect viewRect.x.. textRect iconRect g.setColor Color.blue.darker g.drawRect viewRect.x viewRect.y viewRect.width viewRect.height @Override protected..

Scaling/Translating a Shape to a given Rectangle using AffineTransform

http://stackoverflow.com/questions/3843105/scaling-translating-a-shape-to-a-given-rectangle-using-affinetransform

was wrong double zoom ... current zoom Rectangle2D viewRect ... the rectangle where we want to paint the shape Shape shape.. ... the original shape that should fit in the rectangle viewRect Rectangle2D bounds shape.getBounds2D double ratioW viewRect.getWidth.. Rectangle2D bounds shape.getBounds2D double ratioW viewRect.getWidth bounds.getWidth double ratioH viewRect.getHeight bounds.getHeight..

JTable how to change BackGround Color

http://stackoverflow.com/questions/8197261/jtable-how-to-change-background-color

table.getCellRect table.getRowCount 1 0 true Rectangle viewRect viewport.getViewRect if viewRect.intersects RECT System.out.println.. 1 0 true Rectangle viewRect viewport.getViewRect if viewRect.intersects RECT System.out.println Visible RECT RECT else.. RECT System.out.println Visible RECT RECT else if viewRect.intersects RECT1 System.out.println Visible RECT1 RECT1 else..