Posts by Leandro Silva • 33 points
3 posts
- 
		2 votes2 answers403 viewsQ: Why does the app close when I click edit1?Guys the problem is this, I click on the button to create a new form ,edit1 gets the focus, digital keyboard appears when I click on the letter a for example the app closes, why is it? Anyone can… 
- 
		0 votes1 answer28 viewsA: Desktop application positionI found out what was wrong. I typed the code like this: Integer.getInteger(prop.getProperty("getY")); But the thing is: Integer.parseInt(prop.getProperty("getY"));… 
- 
		0 votes1 answer28 viewsQ: Desktop application positionEverybody good afternoon I’m having a problem I’ll try to explain: I created a desktop app and need your onscreen position to take a picture... first step catch posY,and X with getX,GetY, already…