| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| FramelessMenuBar |
|
| 1.0;1 |
| 1 | /* | |
| 2 | * Created on Aug 7, 2007 by wyatt | |
| 3 | */ | |
| 4 | package org.homeunix.thecave.buddi.view.menu.bars; | |
| 5 | ||
| 6 | import ca.digitalcave.moss.osx.Application; | |
| 7 | ||
| 8 | ||
| 9 | ||
| 10 | public class FramelessMenuBar extends BuddiMenuBar { | |
| 11 | public static final long serialVersionUID = 0; | |
| 12 | ||
| 13 | public FramelessMenuBar() { | |
| 14 | 0 | super(Application.getApplication().getHiddenFrame()); |
| 15 | 0 | } |
| 16 | } |