⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configuration.properties

📁 swing编写的库存管理程序。毕业设计类
💻 PROPERTIES
字号:
#
# Defines, whether and how to register the fonts installed on that system.
# This will search the installed fonts on well-known locations based on the
# detected system environment.
#
# Lazy font registration will defer the registration process until the
# font factory is first used. If the registration is defined to happen
# on init, the fonts will be registered as soon as the module get active
# for the first time.
#
# The automatic registration can be disabled by setting this configuration
# entry to "never". You will have to register the fonts manually before
# you start the output, or TrueType fonts will not be available.
#
# Valid values are "onInit", "never" or "lazy".
#
org.jfree.report.modules.output.support.itext.AutoInit=onInit

#
# Defines the encoding to be used during the font initialisation. If not
# defined, then the plattform default encoding will be used.
#org.jfree.report.modules.output.support.itext.Encoding=Cp1252

#
# Defines, whether to run the garbage collector after the fonts have been
# registered.
org.jfree.report.modules.output.support.itext.GCAfterRegister=true

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -