I installed a plugin for eclipse that helps creating a JFrame in a UI. The code generated form the plugin has some strange syntax. I never ever saw something like this in java:
private JPanel b_,cb_,pb_,l_,tf_,ta_contentPane;
public Mainf() {
b_,cb_,pb_,l_,tf_,ta_contentPane = new JPanel();
b_,cb_,pb_,l_,tf_,ta_contentPane.setBorder(new EmptyBorder(5, 5, 5, 5));
b_,cb_,pb_,l_,tf_,ta_contentPane.setLayout(new BorderLayout(0, 0));
setContentPane(b_,cb_,pb_,l_,tf_,ta_contentPane);
}
how is that even possible? ^^ The standard java compiler sees that as a syntax error. Is there a option to compile this right?
Edit:
I found it again (^^). All of these tools use this syntax.
URL for Eclipse: Help->Install new Software...
WindowBuilder Pro Eclipse Update Site - http://download.eclipse.org/windowbuilder/WB/integration/4.3/
and the Website: