קובץ java ל class מי יכול לקמפל עבורי?
-
זה הקוד ג'אווה, אני רוצה אותו מקומפל בקובץ class
package engine; import engine.SplashScreen.1; import engine.utils.ColorRGB; import java.util.Timer; import javax.microedition.lcdui.Canvas; import javax.microedition.lcdui.Display; import javax.microedition.lcdui.Displayable; import javax.microedition.lcdui.Font; import javax.microedition.lcdui.Graphics; import javax.microedition.lcdui.Image; public class SplashScreen extends Canvas { private ColorRGB _backgroud; private Image _backgroundImage; private final Display _disp; private Displayable _nextScreen; private Timer _timer; private final int _timeout; private int _currTicks; public SplashScreen(Display disp, Displayable nextScreen, int maxTimeout) { this._backgroud = ColorRGB.WHITE; this._backgroundImage = null; this._timer = null; this._currTicks = 0; this._disp = disp; this._nextScreen = nextScreen; this._timeout = maxTimeout; this.setFullScreenMode(true); } public void start() { this._timer = new Timer(); this._timer.scheduleAtFixedRate(new 1(this), 0L, 10L); } public boolean isAlive() { return this._timer != null; } public void setGraphics(ColorRGB background, Image backgroundImage) { this._backgroud = background; this._backgroundImage = backgroundImage; } public void setNextScreen(Displayable nextScreen) { this._nextScreen = nextScreen; } protected void keyPressed(int keyCode) { this.next(); } protected void paint(Graphics g) { g.setColor(this._backgroud.getRGB()); g.fillRect(0, 0, this.getWidth(), this.getHeight()); if (this._backgroundImage != null) { g.drawImage(this._backgroundImage, this.getWidth() / 2, this.getHeight() / 2, 3); } g.setColor(this._backgroud.R - 70, this._backgroud.G - 70, this._backgroud.B - 70); Font font = Font.getFont(0, 2, 8); g.setFont(font); g.drawString("©מוטי מן", this.getWidth() / 2, font.getHeight(), 65); g.setColor(200, 200, 200); g.setFont(Font.getFont(0, 0, 8)); g.drawString("2.4.0", this.getWidth() - g.getFont().stringWidth("2.4.0") - 1, this.getHeight() - g.getFont().getHeight(), 20); } private void next() { if (this._timer != null) { this._timer.cancel(); } if (this._nextScreen == null) { throw new Error("SplashScreen.next error: nextScreen is null"); } else { this._timer = null; this._disp.setCurrent(this._nextScreen); } } // $FF: synthetic method static int access$000(SplashScreen x0) { return x0._currTicks; } // $FF: synthetic method static int access$002(SplashScreen x0, int x1) { return x0._currTicks = x1; } // $FF: synthetic method static int access$100(SplashScreen x0) { return x0._timeout; } // $FF: synthetic method static void access$200(SplashScreen x0) { x0.next(); } }
-
@מוטי-מן אלה אתרי קימפול אונליין
https://www.onlinegdb.com/online_java_compiler
https://www.jdoodle.com/online-java-compiler/
https://www.tutorialspoint.com/compile_java_online.php אולי יעזור לך -
כבר שאלת פעם
https://mitmachim.top/post/23135 -
@דגלש אמר בקובץ java ל class מי יכול לקמפל עבורי?:
כבר שאלת פעם
https://mitmachim.top/post/23135אז זה היה סתם בד"א לשם הידיעה בעלמא, ועכשיו מחמת שאז לא ענו לי, כעת נתקעתי
-
@נ-נח אמר בקובץ java ל class מי יכול לקמפל עבורי?:
@מישהו12 אמר בקובץ java ל class מי יכול לקמפל עבורי?:
חבר מתכנת java אמר לי להריץ את הjar על הjava במחשב וזה יקמפל תוך כדי ריצה
זה כותב לי
תריץ את כל קובץ הjar