hi,
im trying to get data from my database and add it to the JTable directly...
here is my code..


import java.awt.*;
import java.util.*;
import javax.swing.*;
import java.awt.event.*;...