1. Why does the Basic Java Hex Editor I made freeze on files around 2MB size and up? stackoverflow.comAlright, so I'm writing a hex editor in Java and when I load in a file around 2MB or bigger it just freezes. No errors show up though, so I'm not ... |
2. JLabel.setText() not working after setting size stackoverflow.comI have a JLabel that I require to change dynamically when a button is pressed. I am using JLabel.setText(s) However, it is not working. I've tried:
The thing I find strange is that ... |