KZ
bin
Негізгі бет
Қазірдің өзінде танымал
Тікелей эфир
Ұнаған бейнелер
Қайтадан қараңыз
Жазылымдар
Кіру
Тіркелу
Ең жақсы KZbin
Фильм және анимация
Автокөліктер мен көлік құралдары
Музыка
Үй жануарлары мен аңдар
Спорт
Ойындар
Комедия
Ойын-сауық
Тәжірибелік нұсқаулар және стиль
Ғылым және технология
JTable in JAVA Swing | ADD Data into JTable
16:25
Java JOptionPane 🛑
12:26
The Best Band 😅 #toshleh #viralshort
00:11
⚡Токаев ШОКИРОВАЛ Кремль! РАЗМАЗАЛ заявлением Путина #shorts
00:33
ЧТО ОПАСНЕЕ? ОТВЕТЫ ВАС ШОКИРУЮТ... (1% ОТВЕЧАЮТ ПРАВИЛЬНО) #Shorts #Глент
00:38
When you have a very capricious child 😂😘👍
00:16
Java Swing JTable Demo
Рет қаралды 13,536
Facebook
Twitter
Жүктеу
1
Жазылу 579
Alley B
Күн бұрын
Пікірлер: 11
@andreirizea5407
Жыл бұрын
I’ve done exactly the same as you but my table will not want to render onto the screen. Any ideas why.l? It is added to the correct panel
@alleyb62
Жыл бұрын
The most common problem is the layout. You may try setting your layout to null, or using a different type of layout.
@andreirizea5407
Жыл бұрын
@@alleyb62Layout is already set to null :(
@kevinhart437
Жыл бұрын
@@alleyb62 is the problem still there? maybe i could help you, but need to see the code, is it same as the video?
@kevinhart437
Жыл бұрын
package App.Anmeldung; import javax.swing.*; import javax.swing.filechooser.FileSystemView; import java.awt.*; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; public class AnmeldungsFenster { JFrame frame; JPanel panel; JScrollPane scrollPane; JTable table; String[] spalten; Object[][] data; public AnmeldungsFenster() { frame = new JFrame(); panel = new JPanel(); spalten = new String[]{"Interne Bezeichnung", "elektr. Bezeichnung", "Zulassung", "Artikelnummer EK", "Artikelnummer VK", "Warencode", "Verkaufart", "Packungsgrößen", "EU-NUmmer", "Packmittel Bez.", "elektr. Packmittel Bez.", "Zielland", "PPN/PZN", "Dormant", "GTIN", "Packmittel", "Material Bez."}; data = getData(); table = new JTable(data, spalten); scrollPane = new JScrollPane(table); panel.setLayout(new BorderLayout()); panel.add(scrollPane, BorderLayout.CENTER); frame.add(panel); frame.setSize(1290, 860); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setVisible(true); } Object[][] getData() { String path = FileSystemView.getFileSystemView().getDefaultDirectory().getPath(); try { BufferedReader br = new BufferedReader(new FileReader(path + "/Mappe1.csv")); //change to you name the expetion that will come maybe show your whole data path mine is : C:\Users\instadmin\OneDrive\Dokumente + "\YOURFILE" ArrayList list = new ArrayList(); String str = ""; while ((str = br.readLine()) != null) { String[] rowData = str.split(","); list.add(rowData); System.out.println(str); } int n = spalten.length; Object[][] data = new Object[list.size()][n]; for (int i = 0; i < list.size(); i++) { String[] rowData = list.get(i); if (rowData.length != n) { rowData = new String[n]; } data[i] = rowData; } br.close(); return data; } catch (FileNotFoundException e) { throw new RuntimeException(e); } catch (IOException e) { throw new RuntimeException(e); } } public static void main(String[] args) { SwingUtilities.invokeLater(() -> new AnmeldungsFenster()); } }
@malshisathsarani5196
Жыл бұрын
true :(
@magnadux8123
11 ай бұрын
Thank You :)
@alleyb62
11 ай бұрын
My pleasure
@KennethGarcia-x2n
3 ай бұрын
Christiansen Avenue
@gessocode
7 ай бұрын
❤❤❤❤❤❤❤❤❤❤❤
16:25
JTable in JAVA Swing | ADD Data into JTable
Knowledge to Share
Рет қаралды 157 М.
12:26
Java JOptionPane 🛑
Bro Code
Рет қаралды 97 М.
00:11
The Best Band 😅 #toshleh #viralshort
Toshleh
Рет қаралды 22 МЛН
00:33
⚡Токаев ШОКИРОВАЛ Кремль! РАЗМАЗАЛ заявлением Путина #shorts
24 Канал
Рет қаралды 941 М.
00:38
ЧТО ОПАСНЕЕ? ОТВЕТЫ ВАС ШОКИРУЮТ... (1% ОТВЕЧАЮТ ПРАВИЛЬНО) #Shorts #Глент
ГЛЕНТ
Рет қаралды 2,4 МЛН
00:16
When you have a very capricious child 😂😘👍
Like Asiya
Рет қаралды 18 МЛН
13:55
JAVA IO - How To Import Text File Data To JTable In Java [ with source code ]
1BestCsharp blog
Рет қаралды 107 М.
7:00
Part 4: Python SQLite Relational Database - Insert Artist
WNCC IT Program
Рет қаралды 6
10:07
Java textfield 📛
Bro Code
Рет қаралды 76 М.
8:08
A tricky Harvard Exam Question | Nice Radical Math Problem.!!
Maths Explorer
Рет қаралды 52
12:37
Arraylist with objects in Java
Alley B
Рет қаралды 21 М.
16:30
Java clock app 🕓
Bro Code
Рет қаралды 77 М.
13:24
Java - Import And Export Text File To JTable In Java NetBeans [ with source code ]
1BestCsharp blog
Рет қаралды 78 М.
20:55
JAVA - How to Create a Table with JTable in Eclipse
Ganda1f
Рет қаралды 38 М.
51:38
Advent of Code: Catch-up Day 17 Part 2
Paul McBurney
Рет қаралды 18
00:11
The Best Band 😅 #toshleh #viralshort
Toshleh
Рет қаралды 22 МЛН