I have a problem that I can not solve and it is because I mark the word of error when I'm creating a list. I have the class imported
List<Integer> numeros = List.of(1,2,3,4);
Hi. I have a BroadcastReceiver and it responds well. I am using a custom layout in case there is no connection that after 10 seconds the google dinosaur does not appear.
Now it turns out that in addition to completing the 10 seconds. if the con...
I am something new in the world in this world, and the question is that I have decided to start using github to keep there the works and projects that I do in eclipse.
But now that I clone one of these projects back to my pc I see that now I can...
I am working on a project of the institute I use java with the framework spring, today all day I was working on the project normally, but after a while the project simply does not raise it tells me this error
In-place deployment at C:\Users\SA...
I made a program that creates a line from two points in random positions in a JFrame. But I realized that when I minimized the window and re-maximized it, I would get a new line generated by two different points from the previous ones. What is g...
I want it to be moving in a straight line and at the same time turning. I already resolved to move in a straight line with this instruction:
mBody.setLinearVelocity(5, 0);
But now I want it to turn. Try with setTransform but nothing...
Any help I can learn is more than welcome!
I have the following spawn, created by me:
I want to validate the checkboxes that are shown in the image next to each of the ice cream tastes.
Then create this form:
<!-- Modal -->...
Hi, I'm doing a game with libGDX but I have a problem, I created a test map with tiled. And everything was perfect for me. Until I wanted to add a layer of objects to make the collisions of the map.
After I did that I got this error:
Except...
This is in JavaFX:
I have a product dashboard that (in a sidebar) shows the photo of the currently selected product in a TableView. The data of that selected product can be edited in an additional window. The edition allows you to change the...