Friends implement magical camera, open the camera, I shot the photo, but when I save it I get this error
itmapFactory: Unable to decode stream: java.io.FileNotFoundException: /external_files/Android/data/com.example.dani.myapplication/files/Pi...
I have been working with a code to simulate an e-commerce website. As I am new with java, I have tried to save some concepts by viewing information on the web. Finally I have the program. Three classes, one for products, another for the car and...
I am working on Java JSP and JavaScript, and I need to convert the result of a DataStore query format:
<Entity [Usuario(5523854313120)]:
Email = [email protected]
PrimerNombre = Andres
Rol = Administrador
Password = andres12...
good I have two tables a user and another type of user which are related I would like to save the data in java mysql netbeans that when entering the data in user they load me in type of user to give the level or privilege in the system I did an...
I have the following error:
Exception in thread "main" java.util.InputMismatchException
at java.util.Scanner.throwFor(Scanner.java:864)
at java.util.Scanner.next(Scanner.java:1485)
at java.util.Scanner.nextInt(Scanner.java:2117)
at java.util.S...
Hello colleagues, my question is this:
I need that after pressing a menu option an enter is done by default, that is, not that I press the key, but that it is automatically done. Is there any way to do it in java? Thanks.
help me, in my program that should put data to a table, it happens that when I give register does not enter the data to the table the error is as follows
package registration.client;
import java.awt.Image;
import java.awt.event.KeyEvent;
impor...
I have a website that shows up on an Android WebView. I have my own keyboard layout in HTML and CSS and I want to use just that one. So, I need that when clicking an input, this input remains in focus, but that the virtual keyboard of the cell...