Re: Scala classes

2023-01-06 Thread Tim de Vries
Hi all, I have a SystemCompiler tool. You add paths to it and it performs compile on save. It uses a custom “javac ...” command which can be easily modified to support any command line base operation (employing a pojo java WatchService). I could modify it to perform a specific operation when o

Re: Combobox - letter size

2023-01-06 Thread Thomas Wolf
Not enough detail, but it looks like you’re not giving the combo box enough space to size itself around the size of the container items. Check the layout and/or size of the surrounding panel(s). Hope that helps Tom > On Jan 5, 2023, at 10:25 PM, Murali Govind wrote: > > Hi > > I am able to