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

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

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

revision 1.10.2.2 by gnu_andrew, Sat Jan 15 17:02:21 2005 UTC revision 1.10.2.3 by gnu_andrew, Sun Jan 16 15:15:13 2005 UTC
# Line 84  public class BasicTabbedPaneUI extends T Line 84  public class BasicTabbedPaneUI extends T
84    /**    /**
85     * A helper class that handles focus.     * A helper class that handles focus.
86     */     */
87    protected class FocusHandler extends FocusAdapter    public class FocusHandler extends FocusAdapter
88    {    {
89      /**      /**
90       * This method is called when the component gains focus.       * This method is called when the component gains focus.
# Line 112  public class BasicTabbedPaneUI extends T Line 112  public class BasicTabbedPaneUI extends T
112     * sets the index appropriately. In SCROLL_TAB_MODE, this class also     * sets the index appropriately. In SCROLL_TAB_MODE, this class also
113     * handles the mouse clicks on the scrolling buttons.     * handles the mouse clicks on the scrolling buttons.
114     */     */
115    protected class MouseHandler extends MouseAdapter    public class MouseHandler extends MouseAdapter
116    {    {
117      /**      /**
118       * This method is called when the mouse is pressed. The index cannot       * This method is called when the mouse is pressed. The index cannot

Legend:
Removed from v.1.10.2.2  
changed lines
  Added in v.1.10.2.3

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