File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 22 * Visit http://jode.sourceforge.net/
33 */
44
5- import sun .awt .Win32GraphicsDevice ;
6-
75import java .awt .*;
86import java .lang .reflect .Field ;
97
@@ -77,7 +75,7 @@ private final void method212(Frame frame, byte i) {
7775 boolean bool = false ;
7876 if (i <= 47 ) method212 (null , (byte ) -25 );
7977 try {
80- Field field = Win32GraphicsDevice .class .getDeclaredField ("valid" );
78+ Field field = GraphicsDevice .class .getDeclaredField ("valid" );
8179 field .setAccessible (true );
8280 boolean bool_7_ = ((Boolean ) field .get (aGraphicsDevice157 )).booleanValue ();
8381 if (bool_7_ ) {
@@ -95,7 +93,7 @@ private final void method212(Frame frame, byte i) {
9593 } catch (Throwable object ) {
9694 if (bool ) {
9795 try {
98- Field field = Win32GraphicsDevice .class .getDeclaredField ("valid" );
96+ Field field = GraphicsDevice .class .getDeclaredField ("valid" );
9997 field .set (aGraphicsDevice157 , Boolean .TRUE );
10098 } catch (Exception e ) {
10199 if (Loader .trace ) {
@@ -106,7 +104,7 @@ private final void method212(Frame frame, byte i) {
106104 }
107105 if (bool ) {
108106 try {
109- Field field = Win32GraphicsDevice .class .getDeclaredField ("valid" );
107+ Field field = GraphicsDevice .class .getDeclaredField ("valid" );
110108 field .set (aGraphicsDevice157 , Boolean .TRUE );
111109 } catch (Throwable throwable ) {
112110 if (Loader .trace ) {
You can’t perform that action at this time.
0 commit comments