Detailed CPU Information on Mac OS X
28-Oct-14To get somewhat more detailed CPU information on your Mac than the system profiler shows, use the following command: sysctl -n machdep.cpu.brand_stringsysctl -n machdep.cpu.brand_string
To get somewhat more detailed CPU information on your Mac than the system profiler shows, use the following command: sysctl -n machdep.cpu.brand_stringsysctl -n machdep.cpu.brand_string
There’s a lot of confusion about custom editor components in TableCells for JavaFX applications. The problem: Someone (like me) implements a custom TableCell with a DatePicker or a ColorPicker for example. A naive solution maybe looks like this. That works in so far that the value is correctly displayed in the ColorPicker and the ColorPicker […]
It was was mid 2013 when i first tried to run the JavaFX samples under OS X, in fact, there’s still a draft post around here in which i wanted to describe the steps necessary to run that stuff with ant and how to use Maven to build an app. Well back then i played […]