configuration.properties

来自「swing编写的库存管理程序。毕业设计类」· PROPERTIES 代码 · 共 35 行

PROPERTIES
35
字号
#
# Configuration settings for the CSV export dialog component.
#

#
# Set to false to disable the CSV export using the preview dialog. This
# will not prevent anyone from calling the dialog's methods manually,
# but the export plugin will not be visible by default.
org.jfree.report.modules.gui.csv.Enable=true

#
# The order defines the menu layout of all plugins. The value defined
# here is suitable for the default configuration. Increasing the
# order value will move the menu entry for this plugin to the end of the list.
#
org.jfree.report.modules.gui.csv.Order=40

#
# Selected default encoding for the csv export dialog.
# This properties does not affect the CSV export directly, it is
# used to configure the used writer when writing. 
#
# If not defined here, it will default to the platform specific encoding.
#
#org.jfree.report.modules.gui.csv.Encoding=Cp1252

#
# Set to true, to show a button for this export type on the toolbar.
org.jfree.report.modules.gui.csv.AddToToolbar=false

#
# Set to true, to separate the menu and toolbar entry from other elements.
# This inserts an separator after the menu entry.
org.jfree.report.modules.gui.csv.Separated=false

⌨️ 快捷键说明

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