Populate JList with MySQL (java netbeans)

Опубликовано: 11 Октябрь 2024
на канале: Neko Code
3,569
like

enlace para descargar mysql connector

https://mvnrepository.com/artifact/my...

import java.sql.Connection;
import java.sql.Statement;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.swing.*;

import java.sql.Connection;
import java.sql.DriverManager;