f

frameless-menu-bar

Show a menu bar without a window frame
Files download
File Operation
frameless-menu-bar-1.3.jar download
frameless-menu-bar-1.3.pom download
frameless-menu-bar-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.dheid</groupId>
  <artifactId>frameless-menu-bar</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.dheid:frameless-menu-bar:1.3'
Gradle Kotlin
implementation("io.github.dheid:frameless-menu-bar:1.3")
Scala SBT
libraryDependencies += "io.github.dheid" % "frameless-menu-bar" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dheid', module='frameless-menu-bar', version='1.3')
)
Apache Ivy
<dependency org="io.github.dheid" name="frameless-menu-bar" rev="1.3" />
Leiningen
[io.github.dheid/frameless-menu-bar "1.3"]
Apache Buildr
'io.github.dheid:frameless-menu-bar:jar:1.3'