The Jlabel component disappeared from my Netbeans&

2019-05-18 03:50发布

I've been working on netbeans, coding some Java, and while designin a Jframe, I can't find the JLabel component on my Palette:

image : http://img15.hostingpics.net/pics/524059label.png

Where can I get it back please?

2条回答
▲ chillily
2楼-- · 2019-05-18 04:09
  1. Right-click on the header Swing Controls in your palette

  2. Select Properties

  3. In the Dialog, open the tree node Swing Controls

  4. Select the Label check box

  5. Close

查看更多
▲ chillily
3楼-- · 2019-05-18 04:24

In my version of Netbeans 7.4 you do this instead:

  1. Right-click on the header Swing Controls in your palette
  2. Select Reset
查看更多
登录 后发表回答