I know this is really OT but I need to know how
can I mask when I print some nasty part of initialize code
like this one :
void jbInit() throws Exception {
border1 =
BorderFactory.createLineBorder(UIManager.getColor("windowBorder"), 2);
.....
.....
}
Like I can do with visual studio.net
+ void jbInit() throws Exception {}
I've seen I got with itellij a feature to mask that
in the editor window but when I print I got all
this nasty code....
(Sorry for this OT)
/**
* Alexandre Jaquet
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]