Search:

Type: Posts; User: shadowfiend

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: JTable won't redraw unti i resize the window

    Im an idiot.

    lol, i am completely new to this event driven mechanism. I should probably learn hand coding this stuffs first before relying to things like this GUI Designer
  2. [SOLVED] Re: JTable won't redraw unti i resize the window

    Hi,

    I've tried calling repaint() method but the same problem occurs

    Forgive me about this somewhat unclean implementation.

    Here is my custom TableModel

    import java.sql.SQLException;...
  3. [SOLVED] JTable won't redraw unti i resize the window

    Hi,

    Basically, i have a JTable with a custom TableModel derived from AbstractTableModel, i've added an addRow() function to my TableModel that adds an element to an internal database. it then...
Results 1 to 3 of 3