Mahdi_Nine
Mahdi_Nine

Reputation: 14751

How can I add new Java components to NetBeans?

I downloaded some new Java component, and now I want to add them to netbeans, but I don't know how.

How can I do that?

Upvotes: 0

Views: 820

Answers (2)

Larry Watanabe
Larry Watanabe

Reputation: 10184

What kind of component is it? Do you mean a JAR file?

If so, then

  • open the project you are working on.

  • Select the project.

  • Right click on it and select "Properties"

  • Select "Libraries"

  • Select "Add external jar"

  • Browse to the JAR file and add it.

Upvotes: 1

Hovercraft Full Of Eels
Hovercraft Full Of Eels

Reputation: 285405

If you're talking about adding a GUI component to the NetBeans palette, then check out the NetBeans help file on using the palette manager. If this doesn't help, you'll want to clarify your question greatly as it's somewhat ambiguous.

Upvotes: 1

Related Questions