Wednesday, January 13, 2016
Monday, January 11, 2016
Automatically format sourcecode in Netbeans on save?
For Netbeans 8.2 running on Mac. Here are the steps.
1.Click Netbeans --> Preferences
2.Click on the "Editor" tab
3.In the Editor tab click on the "On Save" tab.
4.Click on the Reformat Combo Box and select the option "all lines"
Thats it, you are done.
Subscribe to:
Posts (Atom)
CORBA Java Tutorial using Netbeans and Java 8.
CORBA-Example A simple CORBA implementation using Java Echo.idl module EchoApp{ interface Echo{ string echoString(); }; }; ...
-
This set of Advanced Java Multiple Choice Questions & Answers (MCQs) focuses on “JDBC”. 1. Which of the following contains both date an...
-
Must Know : By default connection is auto-commit, so all delete queries will be committed automatically . (Also must know : delete is a DM...