; ; Output created by JasminView on Jun 29, 2003 ; mailto:shawn@pobox.com ; Copyright (c) 1997-Present Shawn Silverman ; ; Jasmin can be found at: ; http://www.cat.nyu.edu/meyer/jasmin/ ; ; Classfile version: ; major: 46 ; minor: 0 .source CountAdapter.java .class CountAdapter .super java/awt/event/MouseAdapter .field private count I ; >> METHOD 1 << .method ()V .limit stack 2 .limit locals 1 ;---- .line 3 aload_0 invokespecial java/awt/event/MouseAdapter/()V .line 4 aload_0 iconst_0 putfield CountAdapter/count I return .end method ; >> METHOD 2 << .method public mouseEntered(Ljava/awt/event/MouseEvent;)V .limit stack 3 .limit locals 2 ;---- .line 6 aload_0 dup getfield CountAdapter/count I iconst_1 iadd putfield CountAdapter/count I .line 7 return .end method ; >> METHOD 3 << .method public mousePressed(Ljava/awt/event/MouseEvent;)V .limit stack 1 .limit locals 2 ;---- .line 9 aload_0 getfield CountAdapter/count I invokestatic java/lang/System/exit(I)V .line 10 return .end method