(no title)
skinkestek | 4 months ago
Why? Because if you don’t explain how to actually use something, all the fine-grained details are pointless.
Classic example: try looking up the Java docs around 2003–2005 to figure out how to display an image in a Swing application. Endless pages about Graphics2D and Image and double buffering and what not but not a single mention of the real solution:
Just put it in a JLabel.
badsectoracula|4 months ago
[0] https://fizyka.umk.pl/~jacek/docs/javatutorial/uiswing/compo...