html.styles_1.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of GMapsFX Show documentation
Show all versions of GMapsFX Show documentation
A Java API for using Google Maps within a JavaFX application.
html, body{
height: 100%;
margin: 0px;
padding: 0px
}
#map-canvas{
height: 100%;
width: 75%;
float: right;
}
#directions{
height: 100%;
width: 25%;
float: left;
overflow-y: scroll;
display: inline-block;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy