Posts by Carlos Manuel • 73 points
2 posts
- 
		1 votes0 answers25 viewsQ: Rectangle2d is not upgrading according to mouse X and YHello, I’m a beginner in Java, and I’m having problems with my code. My goal with it is that you can draw just by dragging the mouse. The measurements are disproportionate and I’m using a rectangle… javaasked Carlos Manuel 73
- 
		6 votes2 answers963 viewsQ: The if command in java is not working within a methodI’m a beginner and I’m not getting my code to work as expected with regard to "if/Else". I am using this command within a method and doing as follows: private boolean AutentificaSenha(String s) {…