maginplatform.emagin-jfxplatform-demoapp.11.0.3.source-code.application-desktop-dev.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of emagin-jfxplatform-demoapp Show documentation
Show all versions of emagin-jfxplatform-demoapp Show documentation
Emagin jfx platform demo application
The newest version!
# ========================LICENSE_START=================================
# Emagin Platform
# %%
# Copyright (C) 2018 NEXITIA
# %%
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# =========================LICENSE_END==================================
# #%L
# emagin-jfxplatform-demoapp
# %%
# Copyright (C) 2018 NEXITIA
# %%
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# #L%
#name of the window and path to application logo
application.name=EmaginJFX Platform Demo application
application.logo=/path/to/logo
#Root dir of application, all external files generated by application is located here
application.root.dir=/Users/vonji/Documents/Sources/Workspace
#The server IP address
remote.server.host=localhost
# The port of remote server
remote.server.port=8080
#Remote user if connection is required
remote.server.user=
remote.server.pass=
#if true, application is in full screen mode, only in desktop mode
application.launch.in.fullScreen.mode=false