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.

Empfohlene Antworten

Veröffentlicht

Hallo zusammen!

Ich habe eine Jtable die Ihre werte aus einer Textdatei mittels eines 2dim String-arrays bekommt.

Eine Zeile in der Table sieht in der Ausgabe dann so aus:

text1|text2|text3|true

Wie bekomme ich es hin daß anstatt des Strings 'true' eine checkbox

dargestellt wird, die den Wert 'true' hat?

Mein momentaner Gedanke wäre die strings 'true/false' in ein extra boolean-array zu packen,

und die Table dann anhand von 2 Arrays zu füllen.... finde ich allerdings ein wenig

umständlich und hab auch keinen Schimmer wie ich das anstellen soll.

Hat jemand ne Idee wie man es anders realisieren kann??

1.


boolean value = Boolean.valueOf("true").booleanValue();
[/PHP]

2. Hier solltest du dir mal das Interface javax.swing.table.TableCellRenderer anschauen. Da kannst du dann auch deine Checkbox einbauen.

Danke für die Antworten.

Ich habe die Daten jetzt in einem Object[][] gespeichert.

So kann ich ein Array mit String und boolean-Werten füllen.

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.