Questions tagged [netbeans6.1]

It is the version 6.1 of Netbeans IDE for java application development.

NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java, JavaScript, PHP, Python, Groovy, C, C++, Scala, Clojure, and others. The NetBeans IDE 7.0 no longer supports Ruby and Ruby on Rails.

The NetBeans IDE is written in Java and can run anywhere a JVM is installed, including Windows, Mac OS, Linux, and Solaris.

13 questions
3
votes
5 answers

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?
joek1975
  • 3,573
  • 5
  • 40
  • 44
2
votes
2 answers

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 getIds() { int max = 4; return generateRandomArray(max); } As of now, the method…
Ryan Bohn
  • 21
  • 1
1
vote
1 answer

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 testing this same midlet on and the sound works fine. …
DoryuX
  • 179
  • 4
  • 11
1
vote
1 answer

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? /* * DesktopApplication1View.java */ package desktopapplication1; import…
user366312
  • 16,949
  • 65
  • 235
  • 452
1
vote
2 answers

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.
mike
0
votes
5 answers

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. I've been researching how to solve this for about…
durrellp
  • 21
  • 4
0
votes
1 answer

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 exception. In NB 6.5 i can open and save the file but the…
Argiropoulos Stavros
  • 9,436
  • 11
  • 61
  • 79
0
votes
1 answer

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 in the right direction. Thanks!
CGF
  • 313
  • 3
  • 5
  • 15
0
votes
1 answer

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 suggest me any web-link? In this SO question, some links…
user366312
  • 16,949
  • 65
  • 235
  • 452
0
votes
4 answers

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 libraries to the compile-time list. Normally this would…
iandisme
  • 6,346
  • 6
  • 44
  • 63
0
votes
2 answers

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?
cretzel
  • 19,864
  • 19
  • 58
  • 71
0
votes
1 answer

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 have 3 gb of ram and I frequently have to kill…
Casey
  • 12,070
  • 18
  • 71
  • 107
0
votes
1 answer

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?
user366312
  • 16,949
  • 65
  • 235
  • 452