Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

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.

Netbeans InternalFrame

Empfohlene Antworten

Veröffentlicht

Hallo,

Hat jemand eine ahnung wie ich din NetBens ein Internal Frame minnimieren kann?

Halso ich habe in den Propertis iconifiable angeklickt.

Und im Text steht dan auch jInternalFrame1.iconifiable(true)

Das funktoniert aber nicht, ich kann den internal frame nicht minnimieren..

Hat jemand eine idee oder weiss wie das funbktioniert?? Wo der fehler liegt

danke im vorraus......

so sthets im code:

jInternalFrame1.setIconifiable(true);

Bearbeitet von Sep

Etwas mehr Code wäre nicht schlecht ;-)

Aber mal ins blaue getippt:

Hast du dein JInternalFrame zu einem JDesktopPane hinzugefügt oder einfach in ein anderes Panel bzw. in eine JFrame? Wenn nicht: leg dir in dein JFrame ein JDesktopPane und zieh es komplett bis an die Ränder des JFrames auf. Entsprechend dann noch die Variablen ändern.

        

     //   MeinIFrame frame = new MeinIFrame();

        JInternalFrame frame = new JInternalFrame("Hallo");

        frame.setSize(400, 400);

        desktopPane.add(frame);

        frame.setVisible(true);

        frame.setIconifiable(true);

Gruß,

David

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

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.