Mercurial > hg > jslab
comparison local/swingrc.scm @ 1:5df24c91468d
Oh my what a mess.
author | samer |
---|---|
date | Fri, 05 Apr 2019 16:26:00 +0100 |
parents | bf79fb79ee13 |
children |
comparison
equal
deleted
inserted
replaced
0:bf79fb79ee13 | 1:5df24c91468d |
---|---|
9 ;(sp "apple.awt.textantialiasing" "on") | 9 ;(sp "apple.awt.textantialiasing" "on") |
10 (sp "apple.awt.rendering" "speed") ; speed quality | 10 (sp "apple.awt.rendering" "speed") ; speed quality |
11 ;(sp "apple.awt.interpolation" "bicubic"); nearestneighbor bilinear bicubic | 11 ;(sp "apple.awt.interpolation" "bicubic"); nearestneighbor bilinear bicubic |
12 ;(sp "apple.awt.graphics.UseQuartz" "false") | 12 ;(sp "apple.awt.graphics.UseQuartz" "false") |
13 ;(sp "apple.awt.showGrowBox" "true") | 13 ;(sp "apple.awt.showGrowBox" "true") |
14 ) | |
14 | 15 |
15 ;;; older options, not working as of Java 6 | |
16 ;(sp "com.apple.mrj.application.apple.menu.about.name" "JSLab") | |
17 ;(sp "com.apple.mrj.application.growbox.intrudes" "false") | |
18 ;(sp "com.apple.mrj.application.live-resize" "false") | |
19 ;(sp "com.apple.macosx.AntialiasedGraphicsOn" "false") | |
20 ;(sp "com.apple.macos.useScreenMenuBar" "true") | |
21 ;(sp "com.apple.hwaccel" "true") | |
22 ) | |
23 | |
24 (samer.core.shells.SwingShell. (string-append lib "/jslab/local/user.props")) | 16 (samer.core.shells.SwingShell. (string-append lib "/jslab/local/user.props")) |
25 | 17 |
26 ;; This is a theme for people using the Metal look and feel. | 18 ;; This is a theme for people using the Metal look and feel. |
27 (define (mytheme) | 19 (define (mytheme) |
28 (display "setting Metal theme\n") | 20 (display "setting Metal theme\n") |
55 (import "samer.functions.*") | 47 (import "samer.functions.*") |
56 (import "samer.units.*") | 48 (import "samer.units.*") |
57 | 49 |
58 (samer.core.util.Tools.setAntialias #t) | 50 (samer.core.util.Tools.setAntialias #t) |
59 (osxtheme) ; I'm using a Mac | 51 (osxtheme) ; I'm using a Mac |
60 | |
61 |