Tagged Questions
It is the version 6.1 of Netbeans IDE for java application development.
2
votes
2answers
80 views
In Netbeans, how do I type a non-existent method and have the method get generated automatically?
In other IDEs, I can type a method as if it existed, hit a key combination and the method is generated.
For example, I type:
public List<String> getIds() {
int max = 4;
return ...
2
votes
4answers
3k views
Attach Javadoc to Library in NetBeans
I'm new to using the NetBeans IDE. When I try to look at the documentation for say the java API (example, System class), it says that the javadoc is not installed. How do I install the documentation?
1
vote
1answer
677 views
Java/Swing+NetBeans 6.1. Keyboard event is not working
I need to move a Label-control on the form.
I have created a "Java Desktop Application" in NetBeans 6.1.
I have added the following code:
But the label is not moving.
Why?
/*
* ...
1
vote
0answers
58 views
1
vote
2answers
478 views
Netbeans 6.1 (!5.5.1) - Turn off - wavy red underlines - How?
How can I turn off the wavy red underlines in Netbeans? I don't want to be interrupted while I'm typing, and told that a half finished line of code is wrong.
1
vote
1answer
725 views
Problems with sound on a 6265i Nokia using J2ME and Netbeans 6.1
Currently, I have some basic code to play a simple tone whenever a button is pressed in the command item menu.
Using: Manager.playTone(note, duration, volume);
I also have a blackberry that I'm ...
0
votes
1answer
259 views
Java/Swing GUI programming with NetBeans 6.X framework
I am using NetBeans 6.1.
When I am trying to create a "Java Desktop Application"-project, a skeleton application is created with lots of WTF code.
How can I understand those code?
Can anyone ...
0
votes
4answers
213 views
NetBeans importing libraries on its own
I am having a problem with NetBeans projects. It affects everyone on my team, for every project. Whenever a project is opened, or even sometimes seemingly at random, NetBeans (6.1) will add two ...
0
votes
1answer
376 views
Netbeans and Glassfish performance
I was wondering if anyone had any performance options that might work for me. I am using Netbeans 6.1 and Glassfish V2 on my work laptop and the memory requirements are getting a little tiresome. I ...
0
votes
1answer
336 views
Netbeans IDE Problem
What does the following problem in NetBeans 6.1 IDE stands for while working in J2ME (WTK 2.2)?
"builtin.ks" file/folder could not be found"
How to resolve this problem?
0
votes
5answers
2k views
Why wont my JFrame hide?
I'm in the process of creating a GUI in Netbeans 6.1 for my senior design project but i've run into an annoying snag. Temporary Windows like my login PopUp and others wont disappear when i tell it. ...
0
votes
1answer
256 views
Netbeans subversion form error
Well i'm having a problem which appeared i think when i rollbacked a .form file from subversion.
The NB 6.1 can open the .form but when i try to save the file the IDE throws an out of memory ...
0
votes
1answer
186 views
Can Paradox 4.5 be set up on a server?
I have established a link using Netbeans and Paradox driver and can query the database. Can Paradox 4.5 (Borland) be set up on a server so that the database can be queried remotely? Please point me ...
0
votes
2answers
375 views
How do I configure the place of the Netbeans .netbeans directory?
I want Netbeans 6.1 to store the .netbeans directory in another place than the default. How do I do this?