Get.Text(), set.Text(); problems

hi i'm new to the site, ummmmm...leme get to the point, i'm making this program that involves methods, file creation and applets, and i've stumbled accross some problems when i run the program....
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.text.*;
import java.io.*;
public class Culminating extends JApplet implements ActionListener
    JButton master, balance, deposit, exit, enter;
    JTextArea main, field;
    JScrollPane pane, pane2;
    JPanel panel;
    Font f1;
    static String account, bal, name;
    static String s1;
    static PrintWriter output1;
    public Culminating () throws IOException
        Container container = getContentPane ();
        container.setLayout (null);
        container.setBackground (Color.red);
        f1 = new Font ("Andy", Font.BOLD, 15);
        setSize (500, 1000);     // Set the frame's size
        show ();
        //text area
        main = new JTextArea ("welcome, please select your option");
        main.setFont (f1);
        pane = new JScrollPane (main);
        main.setEditable (false);
        container.add (pane);
        pane.setBounds (20, 20, 460, 270);
        master = new JButton ("create account");
        container.add (master);
        master.setBackground (Color.yellow);
        master.setForeground (Color.red);
        master.setBounds (300, 320, 170, 30);
        master.setBorder (BorderFactory.createRaisedBevelBorder ());
        master.addActionListener (this);
        balance = new JButton ("balance");
        container.add (balance);
        balance.setBackground (Color.yellow);
        balance.setForeground (Color.red);
        balance.setBounds (300, 370, 170, 30);
        balance.setBorder (BorderFactory.createRaisedBevelBorder ());
        balance.addActionListener (this);
        deposit = new JButton ("deposit");
        container.add (deposit);
        deposit.setBackground (Color.yellow);
        deposit.setForeground (Color.red);
        deposit.setBounds (300, 420, 170, 30);
        deposit.setBorder (BorderFactory.createRaisedBevelBorder ());
        deposit.addActionListener (this);
        exit = new JButton ("exit");
        container.add (exit);
        exit.setBackground (Color.yellow);
        exit.setForeground (Color.red);
        exit.setBounds (300, 520, 170, 30);
        exit.setBorder (BorderFactory.createRaisedBevelBorder ());
        exit.addActionListener (this);
        enter = new JButton ("enter");
        container.add (enter);
        enter.setBackground (Color.yellow);
        enter.setForeground (Color.red);
        enter.setBounds (300, 470, 170, 30);
        enter.setBorder (BorderFactory.createRaisedBevelBorder ());
        enter.addActionListener (this);
        field = new JTextArea (" ");
        container.add (field);
        field.setFont (f1);
        field.setBounds (20, 380, 200, 100);
        setSize (400, 400);     // Set the frame's size
        show ();                // Show the frame
    } // Constructor
    public void actionPerformed (ActionEvent event)
        if (event.getSource () == master)
            main.setText ("enter in file name");
            name = field.getText ();
            create (name);
            if (event.getSource () == enter)
                field.setText (" ");
                output1.close ();
        if (event.getSource () == deposit)
        if (event.getSource () == balance)
        if (event.getSource () == exit)
            System.exit (0);
    public void create (String name)
        try
            output1 = new PrintWriter (new FileWriter (name + ".txt"));
        catch (IOException e)
            System.exit (0);
    public static void main (String[] args) throws IOException
        new Culminating ();     // Create a Culminating frame
    } // main method
  it's not quite done..some of the buttons dun have actions to preforme..but any who....when i try to readt the in the text from the text field "field" it's doesen't seem to work...alsoseting the text after the "enter" button has been pressed....i've look apon this for a while and needed someone else to look at it :S:S
note* is there any alternative to the (field name).setText?...instead if setting it to just add the text?
thx!!

Hi Sheps
I'm working in SD 16:9 PAl. If you're working totally in HD and have used the correct presets, it should all be practically automatic.
You say “the proportions of the Live type picture are correct but it still does not fill the screen”. What screen? How are you viewing the problem? The canvas in LT? The canvas in FCE? External TV monitor? What version of FCE? What version of LT?
Which texture? Have you selected a PAL or HD texture? Are you shooting HD or SD? Are you trying to mix formats?
I would like to suggest a couple of things for your future (and current) posts. Add some info to your profile regarding your Mac (more detail), QT version, drives, software versions, etc. It may help us in figuring out much quicker possible solutions to your problem.
Keep trying, and post back if no success.
Regards. Robert

Similar Messages

  • How do I GET the 'set text of container' behavior in DW CS3 if it's missing?

    I'm building a site using CSS in DW CS3 (bought in May 2006) that has some photo gallery pages where a large image changes per thumbnails to its right that are clicked. The thumbnails are in their divs and the wished-for big image should appear in a larger div to the left. I've read in other postings here that I can use Behaviors panel > Set Text > Set text to container to do this, but this behavior is missing in my Set Text submenu. How do I add this behavior there?
    Also, how do I not only create this 'on click' behavior, but have the thumbnail image change to a 'HIT' state like a rollover would?
    (P.S. - posted this yesterday, slightly different heading, but it didn't appear today)
    Thanks for your help --

    Check this location in windows C:\Program Files\Adobe\Adobe Dreamweaver CS5\configuration\Behaviors\Actions\Set Text
    If this Set Text folder is not there it means that the behavior did not get installed. So you might need to reinstall DW CS3.

  • Set Text of Container to HTML not working

    I have a div tag named "theAnswer" on a page. When the user
    clicks the "Submit" button, I want some text to appear inside the
    div that has HTML formatting.
    The HTML code for the text I want to appear is below:
    You are correct!  We are committed to conducting
    business with
    the highest degree of integrity, complying with legal
    standards and
    regulations and serving others with respect, fairness and
    caring.  Click here for <a
    href="javascript:;"
    onClick="MM_openBrWindow('../docs/
    Ethics_Standard_1.pdf','','scrollbars=yes,resizable=yes,width=790,height=575')">More
    Info</a> or click Continue.
    After I put in the Behavior to "Set Text > Set Text of
    Container to", choose the correct Div tag, and paste the above into
    the "New HTML" field, when I click the Submit button, I get the
    following appearing in the div "theAnswer" exactly how it appears
    below as text without it being actual formatted HTML.
    You are correct!  We are committed to conducting
    business with
    the highest degree of integrity, complying with legal
    standards and
    regulations and serving others with respect, fairness and
    caring.  Click here for <a
    href="javascript:;"
    onClick="MM_openBrWindow('../docs/
    Ethics_Standard_1.pdf','','scrollbars=yes,resizable=yes,width=790,height=575')">More
    Info</a> or click Continue.
    It's not formatted as HTML, it just comes out exactly what
    the coding is. Why?!

    Let's see the page, please.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Jim Rehmann" <[email protected]> wrote in
    message
    news:g6a3in$dv4$[email protected]..
    >I have a div tag named "theAnswer" on a page. When the
    user clicks the
    > "Submit" button, I want some text to appear inside the
    div that has HTML
    > formatting.
    >
    > The HTML code for the text I want to appear is below:
    >
    > You are correct!  We are committed to
    conducting business with
    > the highest degree of integrity, complying with legal
    standards and
    > regulations and serving others with respect, fairness
    and
    > caring.  Click here for <a
    href="javascript:;"
    > onClick="MM_openBrWindow('../docs/
    >
    >
    Ethics_Standard_1.pdf','','scrollbars=yes,resizable=yes,width=790,height=57?5')"
    >>More
    > Info</a> or click Continue.
    >
    >
    > After I put in the Behavior to "Set Text > Set Text
    of Container to",
    > choose
    > the correct Div tag, and paste the above into the "New
    HTML" field, when I
    > click the Submit button, I get the following appearing
    in the div
    > "theAnswer"
    > exactly how it appears below as text without it being
    actual formatted
    > HTML.
    >
    >
    > You are correct!  We are committed to
    conducting business with
    > the highest degree of integrity, complying with legal
    standards and
    > regulations and serving others with respect, fairness
    and
    > caring.  Click here for <a
    href="javascript:;"
    > onClick="MM_openBrWindow('../docs/
    >
    >
    Ethics_Standard_1.pdf','','scrollbars=yes,resizable=yes,width=790,height=57?5')"
    >>More
    > Info</a> or click Continue.
    >
    > It's not formatted as HTML, it just comes out exactly
    what the coding is.
    > Why?!
    >
    >

  • Set text of container in DW CS3

    I'm building a site using CSS in DW CS3 (bought in May 2006) that has some photo gallery pages where a large image changes per thumbnails to its right that are clicked. The thumbnails are in their divs and the wished-for big image should appear in a larger div to the left. I've read in other postings here that I can use Behaviors panel > Set Text > Set text to container to do this, but this behavior doesn't appear in my Set Text submenu. How do I add this behavior there?
    Also, how do I not only create this 'on click' behavior, but have the thumbnail image change to a 'HIT' state like a rollover would?
    Thanks for your help --

    Check this location in windows C:\Program Files\Adobe\Adobe Dreamweaver CS5\configuration\Behaviors\Actions\Set Text
    If this Set Text folder is not there it means that the behavior did not get installed. So you might need to reinstall DW CS3.

  • Set text of container

    i am trying to create a login at the top of a page, where it
    will say "Welcome Guest! Not a guest? Sign in here." i inserted a
    login table, and tried using it, and it didnt work at all. i used
    the behaviors>Set text>set text of container. so when you
    click on that text, it changes the text, to the login box. I
    inserted the html, and it doesnt work at all. what is going on
    here?
    thank you.

    <div align="left" id="toplogin"
    onclick="MM_setTextOfLayer('toplogin','','&lt;form
    You can only rely on events applied to anchor tags, not to
    other page
    elements.
    Try this code, please -
    <div align="left" id="toplogin"><a href="#"
    onclick="MM_setTextOfLayer('toplogin','','&lt;form
    action=&quot;
    http://pub20.bravenet.com/passwd/show.php&quot;
    method=&quot;post&quot; onsubmit=&quot;if
    (this.checker.checked)
    toMem(this)&quot;&gt;\n &lt;input
    type=&quot;hidden&quot;
    name=&quot;usernum&quot;
    value=&quot;1706419139&quot; /&gt;\n &lt;input
    type=&quot;hidden&quot; name=&quot;cpv&quot;
    value=&quot;&quot; /&gt;\nUser
    ID:&lt;strong&gt;\n&lt;input
    name=&quot;uname&quot; type=&quot;text&quot;
    style=&quot;border: 1px solid #cccccc; width:
    100px&quot;
    value=&quot;Username&quot;
    size=&quot;15&quot; maxlength=&quot;254&quot;
    /&gt;&lt;/strong&gt;&lt;span
    class=&quot;style1&quot;&gt;Password:&lt;/span&gt;&lt;strong&gt;&lt;span
    class=&quot;style4&quot;&gt;\n&lt;input
    name=&quot;passwd&quot;
    type=&quot;password&quot; style=&quot;border: 1px
    solid #cccccc; width:
    100px;&quot; value=&quot;Password&quot;
    size=&quot;15&quot;
    maxlength=&quot;254&quot; /&gt;&lt;input
    type=&quot;checkbox&quot;
    id=&quot;checker&quot;
    name=&quot;checker&quot;
    /&gt;\n&lt;/span&gt;&lt;/strong&gt;&lt;span
    class=&quot;style1&quot;
    onfocus=&quot;MM_popupMsg(\'Remember Me (Don\'t check if
    you are using a
    public computer)\')&quot;&gt;[?]&lt;/span&gt;
    &lt;strong&gt;\n&lt;input
    type=&quot;submit&quot;
    name=&quot;submit3&quot; value=&quot;Login&quot;
    style=&quot;width: 45px;&quot; /&gt;
    &lt;input
    type=&quot;button&quot;
    onclick=&quot;delMem(this)&quot; value=&quot;Forget
    Me&quot;&gt;\n&lt;/form&gt;');return
    false">Welcome Guest! Not a guest? Sign
    in here</a>.</div>
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "future-architect" <[email protected]> wrote
    in message
    news:[email protected]...
    > the website address is
    http://www.talkitup4free.com/test2

  • My husband and I have our iphones  and icloud set up. He is getting all my text messages coming through to his phone, how can i get this changed so it does not happen? does it have anything to do with icloud?

    My husband and i have our iphones set up. He is getting all my text messages that are coming through to my phone, how can i elminate this problem? Does it have anything to do with out icloud?

    Well, you use the different accounts such Phone Numbers, email addresses. And make sure that your iPhones have no receipient address in common, then you can avoid this issue.
    I use iMessage on my iPhone, iPad, MacBook Pro, iPod touch.
    Each of them has a individual address to receive messages, so they won't combine all the messages among all the devices.
    Try this, if it doesn't work, tell me, I'll figure another way out.

  • Getting error while trying to set text for form value field in oaf

    Hi ALL,
    When i am trying to set text for a form value type field it is giving null pointer exception, please help me out.
    I tried below way.
    OAFormValueBean containlineid=(OAFormValueBean)webBean.findChildRecursive("item11");
                containlineid.setText(pageContext,"test");
    Thanks

    HI Keerthi,
    I am able to set and get the value now, i am able to see the data in my log window, but in my page it is erroring out, giving null pointer exception.
    after commenting the two lines setting and getting value page is running fine, so any clue on this, please check the below code.
    public class XXDPECONTAINLINESCO extends OAControllerImpl
      public static final String RCS_ID="$Header$";
      public static final boolean RCS_ID_RECORDED =
            VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
       * Layout and page setup logic for a region.
       * @param pageContext the current OA page context
       * @param webBean the web bean corresponding to the region
      public void processRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processRequest(pageContext, webBean);
        OAApplicationModule am = (OAApplicationModule) pageContext.getApplicationModule(webBean);
          OARawTextBean startDIVTagRawBean =
          (OARawTextBean) webBean.findChildRecursive("DivStart");
          System.out.println("debhorizontal"+ startDIVTagRawBean);
    // addScrollBarsToTable(pageContext, webBean,"DivStart", "DivEnd", true , "400",true,"400");
       * Procedure to handle form submissions for form elements in
       * a region.
       * @param pageContext the current OA page context
       * @param webBean the web bean corresponding to the region
      public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processFormRequest(pageContext, webBean);
         String preplenish = pageContext.getParameter("item1");
          String pworkorder = pageContext.getParameter("item2");
          String pdmr = pageContext.getParameter("item4");
          String punloading = pageContext.getParameter("item6");
          String prrnum=pageContext.getParameter("item16");
          String pworknum=pageContext.getParameter("item14");
          String pdtr=pageContext.getParameter("item13");  
          Serializable param[] = {preplenish,pworkorder,pdmr,punloading,prrnum,pworknum,pdtr};
          OAApplicationModule am = (OAApplicationModule) pageContext.getApplicationModule(webBean);
          if(pageContext.getParameter("item11")!=null)
            if(am !=null)
              am.invokeMethod("getSearchData",param);
          if (pageContext.getParameter("item30") != null) {
            String recout = (String)am.invokeMethod("getSelectedData");
               System.out.println("deb multi select test"+recout);        
                System.out.println("1111test1"+pageContext.getParameter("item32")); 
                OAFormValueBean containlineid=(OAFormValueBean)webBean.findChildRecursive("item32");
                System.out.println("1111test2"+pageContext.getParameter("item32"));
                //containlineid.setValue(pageContext,recout);
                System.out.println("1111"+pageContext.getParameter("item32"));
              ///  System.out.println("22222"+containlineid.getValue(pageContext));
            containlineid.setValue(pageContext,recout);
            containlineid.getValue(pageContext);                            
               System.out.println("1111test3"+pageContext.getParameter("item32"));
    --------------Error it is giving in the page as----------------
    Exception Details.
    oracle.apps.fnd.framework.OAException: java.lang.NullPointerException at oracle.apps.fnd.framework.OAException.wrapperException(Unknown Source) at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(Unknown Source) at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(Unknown Source) at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(Unknown Source) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source) at _OA._jspService(_OA.java:71) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239) at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34) at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595) ## Detail 0 ## java.lang.NullPointerException at xxdpe.oracle.apps.ak.xxdpecontain.webui.XXDPECONTAINLINESCO.processFormRequest(XXDPECONTAINLINESCO.java:123) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source) at oracle.apps.fnd.framework.webui.beans.layout.OAMessageComponentLayoutBean.processFormRequest(Unknown Source
    Thnaks

  • Set text of layer problem (escaping ' and " in javascript)

    Hi all
    I am using the Dreamweaver behaviour "set text of layer" and
    I am having problems with escaping
    single AND double quotes in the javascript.
    Because the text I want to set the Layer with contains some
    javascript.
    So the text of my layer contains both single and double
    quotes.
    I can escape the single quotes like this:
    But I can't escape the double quotes the same way for some
    reason.
    even if I use \" javascript thinks it's the end of the
    javascript function.
    So I have tried using &quot; in the javascript of the
    text to set, but strangely, although it works
    in Safari, it does not work in FireFox and IE.
    When I mouse over my javascript link set in the layer, the
    browser status bar shows the right thing
    in Safari, but in IE and FireFox, it shows extra double
    quotes...
    onClick="MM_setTextOfLayer('list','','<a
    href=&quot;javascript:;&quot;
    onClick=&quot;MM_showHideLayers(\'options\',\'\',\'show\')&quot;>designers</a>')"
    Anybody knows the answer to this one?
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    Downloads: Slide Show, Directory Browser, Mailing List

    What about using the &#34; entity? That *should* work.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "(_seb_)" <[email protected]> wrote in message
    news:[email protected]...
    > doubling the quotes did not work.
    > But I solved the problem by removing the quotes all
    together:
    >
    > onClick="MM_setTextOfLayer('list','','<a
    href=javascript: ...
    >
    > that does it!
    >
    > Randy Edmunds wrote:
    >> Try doubling the quotes to escape them, for example:
    >>
    >> onClick="MM_setTextOfLayer('list','','<a
    href=""javascript:"" ...
    >>
    >> HTH,
    >> Randy
    >>
    >>
    >>> I am using the Dreamweaver behaviour "set text
    of layer" and I am having
    >>> problems with escaping single AND double quotes
    in the javascript.
    >>>
    >>> Because the text I want to set the Layer with
    contains some javascript.
    >>>
    >>> So the text of my layer contains both single and
    double quotes.
    >>>
    >>> I can escape the single quotes like this:
    >>> \'
    >>> But I can't escape the double quotes the same
    way for some reason.
    >>> even if I use \" javascript thinks it's the end
    of the javascript
    >>> function.
    >>>
    >>> So I have tried using &quot; in the
    javascript of the text to set, but
    >>> strangely, although it works in Safari, it does
    not work in FireFox and
    >>> IE.
    >>> When I mouse over my javascript link set in the
    layer, the browser
    >>> status bar shows the right thing in Safari, but
    in IE and FireFox, it
    >>> shows extra double quotes...
    >>>
    >>> onClick="MM_setTextOfLayer('list','','<a
    href=&quot;javascript:;&quot;
    >>>
    onClick=&quot;MM_showHideLayers(\'options\',\'\',\'show\')&quot;>designers</a>')"
    >>> Anybody knows the answer to this one?
    >
    >
    > --
    > seb ( [email protected])
    >
    http://webtrans1.com | high-end web
    design
    > Downloads: Slide Show, Directory Browser, Mailing List

  • Having problems setting text to a JLabel!!

    HI *.*,
    i'm having problems setting text to a JLabel.
    i have a JFrame with a JPanels and on the JPanel i have a JLabel.
    I have a text field wihich is used to input text.
    So, i'm using textField.getText() to read the text of the text field and setText() to write it to the Label.
    but setText() isn't displaying the text on the label.
    I'm using NetBeans as an ide
    Does anyone have any ideas??

    Here is some code
    public class AddClass extends JFrame implements ActionListener{
        public AddClass() {
            initComponents();
        }//end of 1st constructor with initComp
        //initComponents
        private void initComponents() {
            getContentPane().setLayout(new java.awt.GridLayout(3, 1));
            setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
            prodPanel.setLayout(new java.awt.GridLayout(1, 3));
            prodPanel.setBackground(new java.awt.Color(255, 255, 255));
            prodPanel.setBorder(javax.swing.BorderFactory.createTitledBorder(javax.swing.BorderFactory.createEtchedBorder(), "Production", javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION, javax.swing.border.TitledBorder.DEFAULT_POSITION, new java.awt.Font("Arial", 1, 12)));
            westPanel.setLayout(new java.awt.GridLayout(6, 0));
            westPanel.setBackground(new java.awt.Color(255, 255, 255));
            westPanel.add(westLab1);
            westLab2.setBackground(new java.awt.Color(255, 255, 255));
            westLab2.setFont(new java.awt.Font("Arial", 1, 36));
            westLab2.setForeground(new java.awt.Color(0, 204, 0));
            westLab2.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
            westLab2.setIcon(new javax.swing.ImageIcon("C:\\icontexto-webdev-bullet-048x048.png"));
            westLab2.setText("MQ 35");
            westLab2.setHorizontalTextPosition(javax.swing.SwingConstants.LEFT);
            westLab2.setIconTextGap(10);
            westLab2.setInheritsPopupMenu(false);
            westPanel.add(westLab2);
            westPanel.add(westLab3);
            westPanel.add(westLab4);
            westPanel.add(westLab5);
            prodPanel.add(westPanel);
            setJMenuBar(menuBar);
            setTitle("Broker Monitor");
            this.setSize(700, 700);
            BrokerWindowCloser brkWindowCloser = new BrokerWindowCloser();
            this.addWindowListener(brkWindowCloser);
            pack();
            //       setVisible(true);
        }//end of initComponents
        public AddClass(String st) {
            initComponents();
            westLab6.setVisible(true);
    //        System.out.println("in broker  " + st); 
            westLab6.setText(st);
            System.out.println(st);
            westLab6.setBackground(new java.awt.Color(255, 255, 255));
            westLab6.setFont(new java.awt.Font("Arial", 1, 36));
            westLab6.setForeground(new java.awt.Color(0, 204, 0));
            westLab6.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
            westLab6.setIcon(new javax.swing.ImageIcon("C:\\PNG\\icontexto-webdev-bullet-048x048.png"));
            westLab6.setEnabled(true);
            westLab6.setHorizontalTextPosition(javax.swing.SwingConstants.LEFT);
            westLab6.setIconTextGap(15);
            westLab6.setInheritsPopupMenu(false);
            westPanel.add(westLab6);
    //       this.validate();
            westPanel.repaint();
        public void actionPerformed(ActionEvent ae) {
            Object source = ae.getSource();
            if(source == exitMI) {
                System.exit(0);
            }//end of if exitMI
            if(source == addMI){
                new AddMQ_1_1();
            if(source == removeMI){
                new RemoveMQ_1();
        }//end of actionPerformed
        class BrokerWindowCloser extends WindowAdapter {
            public void windowClosing(WindowEvent we) {
        }//end of windowcloserclass
        public static void main(String args[]) {
            java.awt.EventQueue.invokeLater(new Runnable() {
                public void run() {
                    new AddClass().setVisible(true);
        }//end of main
    }// End of variables declaration
       public void addButtonActionPerformed(java.awt.event.ActionEvent evt) {
    // TODO add your handling code here:
            Object source = evt.getSource();
            if(source == addButton){
                System.out.println("here");
                String st = mqNameJTF.getText();
                Broker1 br = new Broker1(st);
                AddClass adc = new AddClass(st);
                this.repaint();
    this.dispose();
            }//end of if addButton
        }//end addButtonActionPerformed

  • TS4268 Since upgrading to iOS 7.0, my friend can no longer text me.  I get all other people's texts with no problem.  I can text her, she can't text me.  It bounces back to her phone as "message undeliverable".  Does anyone know what to do about that?

    Since upgrading to iOS 7.0, my friend can no longer text me.  I get all other people's texts with no problem.  I can text her, she can't text me.  It bounces back to her phone as "message undeliverable".  Does anyone know what to do about that?

    your number can remain on the imessage server for some time

  • Set text of status bar problem

    I'm trying to hide the url in the status bar of the links in
    a graphic where I have a mapping situation. I click on the map box
    and select the set text of status bar behavior but it will not work
    while the mouse is over the mapped area. When I move my mouse over
    the mapped area it displays the url and when I move away from it it
    displays the text that I want to have when I mouse over. Any help
    is greatly appreciated. I've including the code below.
    <img src="images/productsimage.gif" alt="products"
    width="750" height="550" border="0" usemap="#Map" />
    <map name="Map" id="Map"><area shape="rect"
    coords="31,60,171,188" href="
    http://www.airtight.net/"
    target="right" alt="airtight" onmouseover="MM_displayStatusMsg('To
    order contact Sales at [email protected]');return
    document.MM_returnValue" />
    <area shape="rect" coords="232,81,499,138" href="
    http://www.blue.com" target="right"
    alt="Blue" onmouseover="MM_displayStatusMsg('To order contact sales
    at [email protected]');return document.MM_returnValue" />

    .oO(SimoneStanich)
    >I'm trying to hide the url in the status bar of the links
    in a graphic where I
    >have a mapping situation.
    Why do you want that? The status bar is part of the browser's
    GUI and of
    absolutely no interest for the website author. Additionally
    recent
    browsers will prevent scripts from manipulating it, so you
    should think
    about it again.
    >I click on the map box and select the set text of
    >status bar behavior but it will not work while the mouse
    is over the mapped
    >area. When I move my mouse over the mapped area it
    displays the url and when I
    >move away from it it displays the text that I want to
    have when I mouse over.
    You want to use the 'title' attribute to show additional text
    on mouse-
    over.
    Micha

  • When I text to other I phones it is supposed to be free but occasionally I am being billed by ATT what should the phone be set to to get the free texting benifit?

    Why am I sometimes charged for texting to other I Phone users? It is supposed to be free. It happens in or out of wifi areas. Does celluar Data need to be on to get the free texting?

    Only free if sending as an iMessage using wifi.
    If you are counting data usage in the costs of sending an iMessage, then it may also not be free if sent via WiFi too. If you pay for WiFi internet access by the amount of data you use (like in some Hotels/Airports), then a small portion of that cost will be made up of iMessage traffic.

  • Set Text of Layer Blowup?

    Hi all,
    Here is the page in question:
    http://globalvisiondesigns.com/graphics.html
    The box of cd's to the lower left is contained in two divs
    with the set text of layer behavior. In FF and Safari in Mac it
    works great. On the other hand, IE in Mac, it blows the bottom of
    the page up, adding about 300-400 pixels of white space below the
    footer. Usually when I notice something disastrous happening in IE
    in Mac, it's worse in PC. Could someone please have a look at this
    page in IE on a PC/Window XP etc. Perhaps I will get lucky this
    time out, and it will be fine on that platform.
    I have to admit, I copied the code and divs from a layout
    that I did using tables. I don't think that is the problem though,
    because this might have been happening in the tables layout as
    well, just not as bad.
    Thanks for any help!

    Looks fine to me in IE/WXPPro, and FF 1.5.0.6.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "engmix" <[email protected]> wrote in
    message
    news:ec148p$4m0$[email protected]..
    > Hi all,
    > Here is the page in question:
    http://globalvisiondesigns.com/graphics.html
    >
    > The box of cd's to the lower left is contained in two
    divs with the set
    > text
    > of layer behavior. In FF and Safari in Mac it works
    great. On the other
    > hand,
    > IE in Mac, it blows the bottom of the page up, adding
    about 300-400 pixels
    > of
    > white space below the footer. Usually when I notice
    something disastrous
    > happening in IE in Mac, it's worse in PC. Could someone
    please have a look
    > at
    > this page in IE on a PC/Window XP etc. Perhaps I will
    get lucky this time
    > out,
    > and it will be fine on that platform.
    >
    > I have to admit, I copied the code and divs from a
    layout that I did
    > using
    > tables. I don't think that is the problem though,
    because this might have
    > been
    > happening in the tables layout as well, just not as bad.
    >
    > Thanks for any help!
    >

  • Since I installed iClouds, I've been getting 3-way texting on my iphone4S.

    Just installed iClouds when I updated my iPhone 4S to IOS7. Now when my wife sends a text to my son, I get a copy on my phone. I think that I included her phone number as one of my contacts when I was setting up my phone after iClouds install. How do I change settings so that I don't get 3-way texting?

    Sounds like Malware on your PC.
    Install, update, and run these programs in this order. They are all free for personal use, but some have limited functionality in the "free mode" - but those are features you really don't need to find and remove the problem that you have. '''(Not all programs detect the same Malware.)'''
    Malwarebytes' Anti-Malware - [http://www.malwarebytes.org/mbam.php]
    SuperAntispyware - [http://www.superantispyware.com/]
    AdAware - [http://www.lavasoftusa.com/software/adaware/]
    Spybot Search & Destroy - [http://www.safer-networking.org/en/index.html]
    If these don't find it or can't clear it, post in one of these forums for specialized malware removal help:
    [http://www.spywarewarrior.com/index.php]
    [http://forum.aumha.org/]
    [http://www.spywareinfoforum.com/]
    [http://bleepingcomputer.com]

  • Create outline on text with space problem

    I have been askd to make some buisnescard for a friend
    and he have chosen the font Cloister black http://www.dafont.com/cloister-black.font
    So i have set up the cards in ID (cs5) an trying to export them to pdf but gets the allert that the font cant be embede in the PDF so afte googling the problem i found out the outline part and hvae tryd to use that but keeps getting the alert when exporting to PDF.
    I then have tried to truble shot a litte and found out that it happens when i have a space in the text. I Have to write  (on a path) "Pub & Bar" on the cards with that font and if i remove thae spaceses the alert goes away.
    Is ther anny way to get around this problem ?? ( I know i can replaces the spaces with spaces frome another fonttype but is ther anny smarter way to get around this annoying problem )
    I can understand that ID cant outline a space but i almost see this problem as a bug ?

    This is the second time in a week that a problem embedding a Dieter Steffmann font has come up.
    For what it's worth, Herr Steffman does not license his fonts for commercial use, though many of them are digitized versions of old metal faces that don't have a large enough market for the foundries that made them (if even still in business) to release their own digital versions. That's not the case, however, with Cloister Black. There is a digital version from Bitstream with proper license provisions here: http://www.myfonts.com/fonts/bitstream/cloister-black/

Maybe you are looking for

  • Using null in CASE statements

    Hi, I have query with a case statement as follows: SELECT * FROM table WHERE CASE WHEN :variable like 'A' THEN column END is null WHEN :variable like 'B' THEN column END is not null; This works fine when returning "column is null" but not when "colum

  • I tried to download ios6 onto my ipad 2 but it failed.

    So this morning i tried to download iOS 6 onto my iPad 2. It was downloading fine but then once it finished, it turned itself off. I gave it a few minutes, thinking it was just rebooting itself and then after ten minutes when nothing had happened i h

  • Strange class error when using java

    I've been attempting to use java.awt.robot to simulate a key press when a button is clicked however I'm getting a couple of errors that I can't figure out but I'm not so good when it comes to scripts. When the button "LetterButton" is pressed it shou

  • PC related question.  How do I get iTunes to sync/backup/store to my D: rather than C: ?

    How do I get iTunes to sync/backup/store to my D: rather than C: ?

  • Tooltip - How to arrange

    Hi,  I'm create a Master page that have a Tooltip on it, this wedget shows a large rectangle fill out with text when mouse hover the tooltip container.  Now I'm trying to arrange it to front so it can be view in top of any item on all my site pages.