Posts by Igor Augusto • 25 points
4 posts
-
0
votes1
answer79
viewsQ: How to add a Transition (fade-in) in this example?
I have a website that when you hover over the item there is a photo exchange. however this exchange is immediate. would like to add a Transition effect, like a Hover Transition 1s. is it possible?…
-
0
votes1
answer514
viewsQ: Error accessing local variable in anonymous class
For some reason netbeans asks to transform the variable i in the end, but if so, I cannot edit it. Follow the error: Error: local variable i is accessed from Within Inner class; needs to be declared…
-
-1
votes1
answer410
viewsQ: How to access another class member?
I have a JPanel which contains all graphic elements, input text fields etc. This is a different class, which needs to know all the attributes of the Jpanel. The problem is that you are not accessing…
-
1
votes1
answer525
viewsQ: How to center a component using null layout?
my knob I want to center is 100 pixels wide. Jframe is 350 wide. how to center? /* * To change this license header, choose License Headers in Project Properties. * To change this template file,…