if i want to cancel all java.awt...... [message #1287192] |
Mon, 07 April 2014 14:06  |
Eclipse User |
|
|
|
hi, im new to java eclipse
for example, if my code is like this
jTable1.addMouseListener(new java.awt.event.MouseAdapter() {
public void mouseClicked(java.awt.event.MouseEvent evt) {
i want to import java.awt.event and cancel all the java.awt.event above and in the whole source code
how can i do that please?
thank you!
|
|
|
|
Re: if i want to cancel all java.awt...... [message #1369840 is a reply to message #1287372] |
Tue, 20 May 2014 19:21  |
Eclipse User |
|
|
|
You can do that individually at each fully qualified name by placing the caret at the type name (eg: at 'MouseEvent' in 'java.awt.event.MouseEvent') and pressing Ctrl+Shift+M.
It is also available in the context-menu:
Source (Alt+Shift+S) > Add Import.
|
|
|
Powered by
FUDForum. Page generated in 0.24505 seconds