Override to avoid Protege to change Frame title
(String title)
| 2338 | |
| 2339 | /** Override to avoid Protege to change Frame title */ |
| 2340 | @Override |
| 2341 | public synchronized void setTitle(String title) { |
| 2342 | if(titleChangable) { |
| 2343 | super.setTitle(title); |
| 2344 | } // if |
| 2345 | } // setTitle(String title) |
| 2346 | |
| 2347 | /** |
| 2348 | * Method is used in NewDSAction |
no outgoing calls
no test coverage detected