I just got JBuilder Turbo 2007, and I can't figure out how to make the closing brace of my classes and methods indented.
This is how I want my code to look:
public class MyClass {
private int myInt;
public MyClass(int val) {
myInt = val;
}
public int getMyInt() {
return myInt;
}
}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.