/[classpath]/classpath/java/awt/ScrollPane.java
ViewVC logotype

Diff of /classpath/java/awt/ScrollPane.java

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

revision 1.16 by mkoch, Tue Jun 3 16:40:37 2003 UTC revision 1.17 by mkoch, Tue Jun 3 16:49:45 2003 UTC
# Line 366  removeNotify() Line 366  removeNotify()
366    * @param index The index at which to add the child, which is ignored    * @param index The index at which to add the child, which is ignored
367    * in this implementation.    * in this implementation.
368    */    */
369  public final void    protected final void addImpl (Component component, Object constraints,
370  addImpl(Component component, Object constraints, int index)                                  int index)
371  {  {
372    Component[] list = getComponents();    Component[] list = getComponents();
373    if ((list != null) && (list.length > 0))    if ((list != null) && (list.length > 0))
# Line 464  paramString() Line 464  paramString()
464     *     *
465     * @since 1.4     * @since 1.4
466     */     */
467    public boolean eventTypeEnabled (int type)    protected boolean eventTypeEnabled (int type)
468    {    {
469      if (type == MouseEvent.MOUSE_WHEEL)      if (type == MouseEvent.MOUSE_WHEEL)
470        return wheelScrollingEnabled;        return wheelScrollingEnabled;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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