/[classpath]/classpath/javax/swing/plaf/basic/BasicArrowButton.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicArrowButton.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4.2.4 by gnu_andrew, Tue Aug 2 20:12:37 2005 UTC revision 1.4.2.5 by gnu_andrew, Sat Sep 10 15:31:50 2005 UTC
# Line 56  import javax.swing.border.Border; Line 56  import javax.swing.border.Border;
56  public class BasicArrowButton extends JButton implements SwingConstants  public class BasicArrowButton extends JButton implements SwingConstants
57  {  {
58    /** The default size of the Arrow buttons. */    /** The default size of the Arrow buttons. */
59    private static int defaultSize = 10;    private static int defaultSize = 12;
60    
61    /** The Polygon that points up. */    /** The Polygon that points up. */
62    private static Polygon upIcon = new Polygon(new int[] { 0, 5, 9 },    private static Polygon upIcon = new Polygon(new int[] { 0, 5, 9 },

Legend:
Removed from v.1.4.2.4  
changed lines
  Added in v.1.4.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26