Posts by Guilherme de Oliveira • 83 points
2 posts
-
4
votes1
answer1653
viewsQ: I can’t leave Jbutton on Jlabel
I have a JPanel, and within it a JLabel of the same size. The JLabel has an icon associated with it, working like a wallpaper. When I try to put a Jbutton on top of Jlabel, Netbeans repositions the…
-
4
votes3
answers4312
viewsQ: How the end of file loop is done
Type, I know that the function feof() returns 0 if it did not find a file end and that it requires 1 parameter, which is the pointer_pra_variável_tipo_FILE, so far so good. If I do the while so it…