1. How to get the smtp response to the gui frame java-forums.orghey sorry about the title. Iam new to java and so i have a problem in doing this assignment actually i created a gui which has fileds like to,from,cc,bcc,message area,response area and few buttons like send,restartand connect connect button the response is comming my problem is now when i send the information to the server i.e smtp server the response must ... |
2. Frame doesn't appear java-forums.org |
3. Help???transition btween frames ?? java-forums.orgHello and welcome to the forum! There are several options you can do here, including simply setting the current JFrame's visible property to false and the other JFrame's property to true via the JFrame#setVisible(boolean visible) method. But there are other and perhaps more important issues involved here, issues that if you address could help us give you more than just general ... |
4. Mark java.awt.Frame as modified java-forums.orgHello everybody, I am working on an application which edits trees. It uses awt. I am wondering wether there is a way to mark "modified" frames when users modify a tree. On Windows, it is a common convention to add a "*" to a document's title bar to mark the document as modified and not yet saved. On the Mac, there ... |
5. frames java-forums.org |
6. How can i get userName from userId between different frames?? how? java-forums.orgI have been making a simple login application in which the userId is been taken as a textfield input in signIn frame, all the prgram together with database connectivity is working well, but i need an extra thing in userHome frame (different from signIn frame) that the userName of user which successfully signed in is to be shown by a label. ... |
7. frame a website java-forums.org |
8. frame within a frame java-forums.org |
9. connecting two frames java-forums.orghow to connect two frames ? i.e., when an action occurs in one frame(e.g,when a button is pressed),another frame should be seen and the current frame disappears. i have a frame which contains a button named "login" and when it is pressed,another frame containing fields such as username and password should be seen how can i achieve this frame linking plz ... |
10. moving from one frame to another java-forums.orgim new to gui building in netbeans. im trying to write a simple code which takes me from one frame to another.dis code do not work,wat is the problem??plsss help MAINFORM code.. Java Code: package net; public class frmMain extends javax.swing.JFrame { /** Creates new form frmMain */ public frmMain() { initComponents(); } private void initcomponents() { cmdregister = new javax.swing.JButton(); ... |
11. Frame Query java-forums.org |
12. GUI - how do I get frames within a frame java-forums.orgHi. What I want to do is to display some kind of java boxes within a JFrame. At the moment I have a program that consists of a JFrame, JMenu and JButtons and the user can enter some text in a JTextArea. The user can also load or save text using JFileChooser. The program displays statistics about the text. However, all ... |
13. Help with adding to arrayList from a swing frame forums.oracle.comYou should follow Java naming conventions; i.e. SaveButton is not a class or interface, so it should be lowercase: saveButton Also, it looks as if you already have an action listener for your button, and it looks like you know how to get the text from your text field. All you have to do is add the text to your ArrayList ... |
14. swing frame forums.oracle.comActually what I mean is when I click the button in the JFrame A, I want to create a new JFrame B if it is not exist. However if when I click the button on JFrame A and the new JFrame B is already exist, then it should have the focus on JFrame B rather then creating a new JFrame B. ... |
15. Servlet and Swings Frame forums.oracle.com |
16. For complex multi-frame swing applications forums.oracle.comHy there. I'm somewhat new to java. I'm working on a large swing application involving multiple JFrame-s and multiple components trying to communicate to each other while still being deeply nested within containers (like JTabbedFrame has a JPanel that has a something else and that something wants to communicate to another component, nested in some other panel(s). ). I was wondering ... |
17. Differences beetwen code and GUI frame in NetBeans??? forums.oracle.comHello, I have one frame created in GUI. When I ran application - frame is ok. But, when I open same frame in designer widow - it is different,and it shows some error (that he can`t load some components????) I`ve tried with reload form - but, problem is till there. What should I do? Thanx |