Skip to main content

Questions tagged [netbeans]

NetBeans is an open-source IDE that can be used to develop for a variety of target platforms and languages.

-2 votes
1 answer
134 views

I am developing a Bank Management Project. Now I am stuck in a point. I want to create a login page where a user will submit his/her username and password then after clicks on the login button, a new ...
Shahparan Rifat's user avatar
1 vote
2 answers
5k views

I have been using Netbeans to practice JDBC coding. Netbeans projects create multiple sub-directories (/build, /lib, /src...). Should I add and commit all of these directories and files or should I ...
CLopes1987's user avatar
4 votes
3 answers
355 views

I'm trying to decide whether to change IDEs as I've read promising things about both NetBeans and IntelliJ, but I have two interrelated (perhaps dumb) questions: Is there any difference in the final ...
Casey B.'s user avatar
  • 153
13 votes
4 answers
6k views

My IDE (NetBeans) type checks my Collections while I am typing code. But then, why do I have to cast the returned object of Object.clone()? Which is fine. No harm no foul. But still, I don't ...
konishiki's user avatar
  • 475
0 votes
1 answer
256 views

I am always not able to follow Netbeans default coding conventions like the following Function should be N lines only Method Length is N Lines (M allowed) Warning: Do not Access Superglobal $_POST ...
Cary Bondoc's user avatar
0 votes
0 answers
4k views

I've just wanted to get to know what these particular settings really do: Project Properties -> Libraries -> Java Platform Project Properties -> Sources -> Source/Binary Format After a little bit of ...
radekEm's user avatar
  • 375
1 vote
0 answers
120 views

I have a modular application written in Java based on NetBeans Modules (those details probably aren't so important :-) ) and I'd like to add another module written in Clojure language. Clojure ...
eMko's user avatar
  • 166
2 votes
2 answers
517 views

I've been working with a buddy of mine on a school project. We forecast it'll take ~2 months, so it isn't a small scale project at all. Communication and splitting the work effectively has been a ...
Nat's user avatar
  • 133
0 votes
1 answer
162 views

I am a beginning programmer and I was recently working on some primitive GUI apps in Java. That's where I encountered different layout managers. I browsed the web and it says that for advanced GUI ...
user3081519's user avatar
2 votes
5 answers
2k views

I will like to assist my group standardize to a reproducable Java tooling environment that aligns with some good practices to improve on our workflow. We are predominantly a .NET shop that has been ...
e28Makaveli's user avatar
0 votes
2 answers
1k views

I would like to know your opinion about my setup right now, how I do things with SVN and if you could find some better solution for me. I'd appreciate it very much if someone could come up with some ...
Kelu Thatsall's user avatar
1 vote
1 answer
1k views

I would like to know what is going on "under the hood" if I use remote interfaces in JavaEE. In the project I use a stateless enterprise bean that implements a remote interface. And I can call methods ...
Puckl's user avatar
  • 1,565
2 votes
1 answer
1k views

I am trying to understand how a radio button is created in a Dynamic field by reading from an XML using Netbeans 7.0. I know the radio button is created because of the XML being read from database, ...
Nigel Thomas's user avatar
0 votes
1 answer
339 views

Currently, I'm a long Eclipse user because my past and current companies always deal with eclipse. Recently I met some example java codes created using netbeans. I downloaded and tried Netbeans 7.x ...
null's user avatar
  • 155
3 votes
3 answers
1k views

I have recently moved to a VIM environment for Python development. I learned the setup from John Anderson's outstanding web page on the subject. I am about to try and set up another VIM environment ...
Pete's user avatar
  • 736

15 30 50 per page