#my Jtable is invisible

10 messages ยท Page 1 of 1 (latest)

high musk
winged ravenBOT
#

โŒ› This post has been reserved for your question.

Hey @high musk! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

cold pasture
#

did you add the table to the pane?

remote mica
# high musk

I guess that's because of this:

panel1.add(jScrollPane1, BorderLayout.CENTER);

jScrollPane1 = new javax.swing.JScrollPane();
```You add scrollpane first (that is null), and only then you create an instance
high musk
#

Oh i see it worked

#

It worked thanks

winged ravenBOT
# high musk It worked thanks

If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.

winged ravenBOT
# winged raven

Before your post will be closed, would you like to express your gratitude to any of the people who helped you? When you're done, click I'm done here. Close this post!.

remote mica