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.

JTextField im GridBagLayout

Empfohlene Antworten

Veröffentlicht

Hallo!

Ich habe ein JTextField in der Zeile über einer ComboBox in einem GridBagLayout.

Dem JTextField habe ich beim Erzeugen eine Größe von 10 gegeben. Es wird aber

nur so breit angezeigt, wie die ComboBox breit ist. Wenn die CB leer ist, wird

das JTextField also auch nur sehr schmal angezeigt.

Woran liegt das?

MfG

backdraft

Hi,

das liegt daran, das das Grid_alyout sichdaran richtet, wie groß die Größte Komponente ist. Wenn die ComboBox leer ist, stellt er das GridLayout so ein, da die ComboBox die Größte fixe Größe ist :confused:

Du mußt dem GridLayout sagen, wie klein max. meine Zelle sein darf.

Hoffe konnte dir helfen?

Gruß

@backdraft

Das GridBagLayout ist schon ziemlich fummelig und die Anzahl der Stellen eines JTextFields hat meiner Erfahrung nach keinerlei Einfluss auf das GBL. Schau dir mal in der API die Klasse:

java.awt.GridBagConstraints

da sind alle Möglichkeiten aufgeführt, die du mit dem GridBag Layout hast.

Ausserdem solltest du dir zu dem Thema unbedingt das Sun Tutorial anschauen, zu finden unter:

http://java.sun.com/docs/books/tutorial/uiswing/layout/gridbag.html

Jo, vielen Dank für die Tipps!

Hat geklappt!

MfG backdraft

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.