Posts by Gabriel Ozzy • 545 points
17 posts
-
2
votes2
answers4370
viewsQ: How to "get rid" of vertical space between Divs?
I’d like to get every piece of my website glued to each other, each in a different color. But I can’t get rid of the blank space that stays between the Ivs. I tried to remove the code space and…
-
0
votes2
answers89
viewsQ: I can’t leave words side by side of the form
I’d like to leave a div completely aligned with a form of straight horizontal shape. However, although they are side by side, the form is "going down" when it should be aligned horizontally. How can…
-
0
votes1
answer288
viewsQ: Images don’t stay inside the div
I have a div where I want to leave 2 images on top of each other, and only the image checked in an input will be visible, while the caption of the visible image should be positioned to the right of…
-
3
votes1
answer209
viewsQ: setInterval does not work after clearInterval
I’m doing a slider where, when placing the mouse over it, I want the interval to stop. This part works perfectly with clearInterval. However, when the mouse leaves, the setInterval is not working. I…
javascriptasked Gabriel Ozzy 545 -
0
votes1
answer2653
viewsQ: Animated Slider in Pure Javascript
I researched several questions of the type, both in English and Portuguese and could not do, because I could not understand the logic to leave the slider of my site animated, with the images…
-
0
votes2
answers5145
viewsA: Pass a function parameter according to the value clicked with Javascript
My problem was: I needed to direct different galleries to the same page (now called pics.html) but with different values, so that the same page would bring images from gallery 1, 2 or 3, without the…
-
5
votes2
answers5145
viewsQ: Pass a function parameter according to the value clicked with Javascript
I need to pass the value of a function according to the clicked value of it. There are 3 Divs, each one is a gallery. I need that when clicking on the "see more" option, open a page with all the…
-
0
votes0
answers21
viewsQ: Direct to a particular gallery using Javascript
I have 3 galleries being represented in Javascript, each of the galleries shows 4 main photos with the option "see more" next. I want you to click on the option, open a new window showing all photos…
-
1
votes1
answer193
viewsQ: Javascript image link does not work
Okay, I know there are thousands of ways to do this(better and easier) but I’d just like to make it work. I am passing the images through the JS and would like to assign the link of the same,…
-
0
votes0
answers372
viewsQ: Tomcat: The server encountered an Internal error that prevented it from fulfilling this request
I’m having problems with Tomcat using Eclipse. First he couldn’t find the Mysql Driver, then I used Class.forName in class ConnectionFactory and now he’s returning to line 52 AdicionaContatoServlet…
-
5
votes1
answer754
viewsQ: What makes the for and what makes the brackets in an array?
I asked for help on some forums in an old game programmed in java, I understood the logic, but did not know how to apply it (which commands to use, and how to use), and I saw the use of Arrays.…
-
2
votes2
answers4619
viewsQ: Tic-tac-toe - Implement logic
Good people, my final work of the semester is to assemble a game of old in java, I did all the look of it, but the problem comes here: I need to make every mouse click it changes the icon of the…
javaasked Gabriel Ozzy 545 -
2
votes1
answer1087
viewsQ: Open word file through the . jar
I have a calculator in . jar working perfectly ! My questions are: In the menu I have the "Source code" button and I would like to open a Word document with the source code of the program. I managed…
-
2
votes3
answers2826
viewsQ: Add image to . jar
I have several programs that run perfectly on my machine, the .jar runs smoothly and I use them as well as I wish, no problem. However, when I run them on another machine, images do not appear. The…
-
5
votes2
answers4938
viewsQ: Point function in calculator (broken numbers)
I created a calculator with Swing and awt.Event, and I have three doubts ! First doubt: to create the calculator I used import with import.javax.swing. * and java.awt.Event. *, when I use *, am I…
javaasked Gabriel Ozzy 545 -
3
votes1
answer1155
viewsQ: Calculator - operations with decimals
Once again I show up with this calculator here, I’ve been helped a lot with it and it’s almost ready! It’s working all operations perfectly, no mistakes whatsoever, except for one small detail... it…
javaasked Gabriel Ozzy 545 -
10
votes3
answers28595
viewsQ: Calculator with Java Graphical Interface
I started working with the Swing framework, creating a calculator with the JOptionPane, and managed normally. Now I was launched the challenge of inserting buttons +, -, *, and / in the calculator,…