עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

זקוק לעזרה במציאת באג בתוכנית JAVA

Featured Replies

פורסם

אני התחלתי ללמוד שימוש בGUI וגרפיקה בJAVA (עד עכשיו זה היה עבודה עם הקונסול בלבד)

כתבתי תוכנית שאמורה להציג בcanvas משפט.משום מה אם אני מקמפל את התוכנה ומריץ אותה המשפט יופיע ואם אני סוגר ופותח ישר אחרי את התוכנה שוב המשפט לא יופיע אבל אם אני מחכה כמה דקות המשפט יופיע שוב.אני אשמח אם מישהו יוכל להגיד לי איפה הטעות וכיצד לתקן זאת.

קוד התוכנה:

/*

* To change this template, choose Tools | Templates

* and open the template in the editor.

*/

package test;

import java.awt.*;

import java.awt.event.*;

public class NewClass {

private static Label l=new Label("event chk",Label.CENTER);

public static void main(String[] args)

{

Frame f=new Frame("event chk");

Canvas c=new Canvas();

f.setSize(new Dimension(400,400));

c.setSize(new Dimension(100,100));

Graphics g=c.getGraphics();

c.repaint();

f.addWindowListener(new WindowAdapter()

{

public void windowClosing(WindowEvent e)

{

System.exit(0);

}

});

f.add©;

f.show();

g=c.getGraphics();

g.drawString("dfosdfosdfosdfoi", 30, 30);

}

}

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.