Scilab 5.4.1
- Scilab help
- GUI
- Tree
- about
- addmenu
- clipboard
- close
- delmenu
- exportUI
- figure
- findobj
- gcbo
- getcallbackobject
- getinstalledlookandfeels
- getlookandfeel
- getvalue
- messagebox
- printfigure
- printsetupbox
- progressionbar
- root_properties
- setlookandfeel
- setmenu
- toolbar
- toprint
- tree_show
- uicontextmenu
- uicontrol
- uigetcolor
- uigetdir
- uigetfile
- uigetfont
- uimenu
- uiputfile
- unsetmenu
- usecanvas
- waitbar
- x_choices
- x_choose
- x_choose_modeless
- x_dialog
- x_matrix
- x_mdialog
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
getlookandfeel
現在のデフォルトのルックアンドフィールを取得.
呼び出し手順
lnf=getlookandfeel()
引数
- lnf
現在のルックアンドフィールを表す文字列.
- bok
論理値.
説明
現在のルックアンドフィールを取得します.
例
currentlnf = getlookandfeel(); // CDE/Motifのルックアンドフィール setlookandfeel("com.sun.java.swing.plaf.motif.MotifLookAndFeel") sleep(3000); // métalのルックアンドフィール setlookandfeel("javax.swing.plaf.metal.MetalLookAndFeel") sleep(3000); setlookandfeel(currentlnf)
参照
- getinstalledlookandfeels — ルックアンドフィールを表す文字列行列を返す.
- setlookandfeel — 現在のルックアンドフィールのデフォルト値を設定.
Report an issue | ||
<< getinstalledlookandfeels | GUI | getvalue >> |