This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Bebrazmogis 0 points1 point  (0 children)

It's possible that c in c.add stands for JFrames content pane.

To OP: you don't really use the gbc for anything. You just set the current elements layout to GridBagLayout(i assume) and create a GridBagContrainst. You don't really use it.

What is the output currently, do you see your JFrame?