changeset 27:32232df78246

work
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 11 Apr 2025 11:43:41 -0600
parents ba895419fb04
children bdb8754f1211
files editor.luan
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/editor.luan	Thu Apr 10 18:49:26 2025 -0600
+++ b/editor.luan	Fri Apr 11 11:43:41 2025 -0600
@@ -385,6 +385,15 @@
 	n_windows = n_windows + 1
 end
 
+--[[
+for _, laf in ipairs(Swing.get_installed_look_and_feels()) do
+	logger.info(laf)
+end
+]]
+--logger.info(Swing.get_look_and_feel())
+Swing.ui_manager_put("control",int_to_color(0xedeff2))
+Swing.set_look_and_feel("javax.swing.plaf.nimbus.NimbusLookAndFeel")
+
 Swing.run(function()
 	local args = Luan.arg
 	if #args == 0 then