Posts by Daniel Marques • 47 points
4 posts
-
0
votes1
answer286
viewsQ: AJAX no response from SUCCESS
First of all, this code is just a small part of the complete code, I’m having a simple problem, but I couldn’t solve it. First, I have an HTML form, which sends by POST method, the values of the…
-
0
votes1
answer255
viewsQ: Show factorial output with Angularjs
I’m starting to learn from Angularjs. In a simple function, I need to make the factorial of a number using Angularjs, but I cannot return the result on the screen (HTML page). Could someone help me?…
-
2
votes1
answer237
viewsQ: Is there a Java function equivalent to drawPixel?
I wanted to know if there is any function in java that Plot a pixel, something like drawPixel or setPixel that I see in some other programming languages, in which you report as parameters the X and…
-
2
votes3
answers12003
viewsQ: Toggle Jpanels within a single Jframe
In a Java code, I have a Jframe and within this Jframe I have a contentPane (Jpanel). I have several screens in Jpanel format, I want to exchange these Jpanels by clicking a button that is attached…