| <html> | |
| <head> | |
| <link rel="stylesheet" type="text/css" href="css/tips.css"> | |
| </head> | |
| <body> | |
| <p>When you invoke the <span class="">Move</span> | |
| refactoring (<span class="shortcut">&shortcut:Move;</span>) on an inner class that is declared | |
| <span class="code_emphasis">static</span>, | |
| you are provided with an option to either make it a top-level class, or move it to another class.</p> | |
| <p class="image"><img src="images/move_inner.gif"></p> | |
| </body> | |
| </html> |