Nouf Nassri

Ranch Hand
+ Follow
since Apr 22, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Nouf Nassri

Wouter Oet wrote:

Nouf Nassri wrote:but I do not know where the problem is.

Neither do we. What do you expect to happen and what does actually happen?




thanks for your answer you are right


Hello,

I like making a application, this application contains a
button and write a textarea, I'm worth when I click
button the content area record in a
text.txt file that is on an apache server
but I do not know where the problem is.


Thanks




hello,

I have 2 window (choice) of 1 contains a JList (filled with: animals, cars, houses, ....) I wish I click on an item to display the 2nd window (display) containing the images of items.

For example if I clicked on item car must show all images of cars, and if I clicked on item animal show all images of animals.
the problem is: if I clicked on the item should display the car 2nd window (Display) contains images of cars and if I clicked on the 2 nd time window (display) another car window appears I am worth only display a single window contains images of cars.



Thank you
13 years ago

Darryl Burke wrote:And what does that have to do with Swing / AWT / SWT / JFace?





where I can drop my subject
13 years ago

hello,

I have a little problem I can not read an audio file, I'm worth when I click the play button should read the audio i use JFM

action button play:



I do not know where is the problem.


Thanks.
13 years ago

Maneesh Godbole wrote:revalidate() and repaint() should be called after you add the panel3



Thank you very much got the same problem

13 years ago
Thank you for your reply I did that

but whenever I click a button I see another side of panel panel2
13 years ago
Hello everyone


I have a big problem I have a window that extends Jframe fenetere
contains two panels panel1 contains 2 buttons and panel2 is empty and I have two other panel extends JPanel panel3 panel4 and I like when I click button 1 i want to add 3 to the panel panel2 empty and when I click the button2 I want to add a panel4 panel2 and disappear the panel3 knowing that I work on netbeans:

button 1:



button 2:



but I do not know where is the problem.

Thank you for the help.
13 years ago
Frame 1

Action Button1


Action Button2
13 years ago
Hi everyone

I have 3 frames Fe1, Fe2 and Fe3 The first frame contains two buttons Button 1 << view Fe2 "and button 2 <<viewr Fe2>>
I like when I click a button1 it should check if the frame f3 is active when f3 is active then it must close f3 and display frame f2 and the reverse for button 2

Thank you for the help.
13 years ago


Hello,

I created a file test.xml


java



and I know how I can write the following attributes in test.xml whenever I click the save button.






thanks



Hello,




I want help with a login page for users to identify themselves, the form reference to the servlet processing, I manage two cases:
* If the user enters the wrong fields must be redirected to the page authentification.jsp with an error (misidentification).
* If the fields are well informed, just redirect to the page home.jsp




But I do not know why the page home.jsp authentification.jsp and do not display any given that I NEVER use package

Thank you for the help.
13 years ago
JSP


I'm worth when I click on a label appears FileChooser

I then selects an image to display in the label

everything goes well without any problem

but when I turned the application. jar
the traitemenent goes well except when I use and I FileChooser selects an image application crashes
13 years ago
I executed the application on the command line using "java"; the appicattion execute without any problem but the picture appears when I use. jar application crashes and I know the problem
13 years ago


Hello,


I have a big problem I made a application everything is fine except when I have created. jar application crashes every time I'm worth using the keyword FileChooser to select an image


Code:


thank you
13 years ago