Searched refs:paintButton (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/awt/print/PrinterJob/ImagePrinting/
H A DClippedImages.java55 Button paintButton = new Button("Toggle Contents");
56 paintButton.addActionListener(this);
65 p.add(paintButton);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameBorder.java446 paintButton(g, frame, x, y, kCloseButton, buttonPressedIndex, overButton, frame.isClosable(), generalActive, rollover, dirty);
449 paintButton(g, frame, x, y, kIconButton, buttonPressedIndex, overButton, frame.isIconifiable(), generalActive, rollover, false);
452 paintButton(g, frame, x, y, kGrowButton, buttonPressedIndex, overButton, frame.isMaximizable(), generalActive, rollover, false);
455 public void paintButton(final Graphics g, final JInternalFrame frame, final int x, final int y, final int buttonType, final int buttonPressedIndex, final boolean overButton, final boolean enabled, final boolean active, final boolean anyRollover, final boolean dirty) { method in class:AquaInternalFrameBorder
H A DAquaButtonLabeledUI.java120 ((AquaButtonBorder)border).paintButton(c, g, viewRect.x, viewRect.y, viewRect.width, viewRect.height);
140 widgetBorder.paintButton(c, g, iconRect.x, iconRect.y, iconRect.width, iconRect.height);
H A DAquaButtonBorder.java75 //paintButton(c, g, x, y, width, height);
78 public void paintButton(final Component c, final Graphics g, int x, int y, int width, int height) { method in class:AquaButtonBorder
H A DAquaButtonUI.java275 aquaBorder.paintButton(c, g, viewRect.x, viewRect.y, viewRect.width, viewRect.height);

Completed in 27 milliseconds