Alright, so my application is a peer to peer chat application, designed for LAN communication. Discovery is done by UDP broadcasting the ip & port at the UDP broadcast address (255.255.255.255). I’m running it on three platforms at once when testing: ubuntu (VM via VirtualBox, and it’s connected to the network via VirtualBox Host-Only Ethernet Adapter), windows 10 (my development
Tag: cross-platform
Getting JTextArea to display fixed-width font without antialiasing
Does anybody know how to get JTextArea to display a fixed size font on all platforms? I want to make a simple code editor with save/open functionality, which is simple enough, but I would like to get font to be fixed-size, preferably courier new. The problem is that courier new is proprietary apparently, and not only is it not installed