Forum: Java Jul 12th, 2004 |
| Replies: 8 Views: 4,733 With some languages, it may depend on the compiler as well. Shortcutting an operation like that can be considered an optimization; I've heard of compilers (can't think of any off the top of my head... |
Forum: Java May 13th, 2004 |
| Replies: 4 Views: 3,144 Try this:
Remove the declaration and definition of th_ciz (first two lines quoted above). Roll it all into the ActionListener:
bt_ciz.addActionListener(new ActionListener(){
public void... |