I need to add an image background behind my JTable, should not scrole down while scrolling my JTable. currently i have added a Image behing my JTable. using the paint method
you can painting JTable's backgroung, same/similair as for rest of JComponents
you have to override paintComponent() instead of method paint()
example about paintComponent() including customized rows selection(s)
you can painting to the JXLayer(Java6), there is JLayer (Java7) also
you can painting to the GlassPane
you can painting to the JViewport