Problem with Property Panel

WinXP Sp3
In CS4, the Property Panel at the bottom of the page shows
the second row of
CSS buttons, partially obscured. Is there a way of fixing
this? I have tried
changing the resolution on my monitor to every conceivable
combination, but
nothing happens.
Any suggestions will be greatly appreciated.
Baron

We are having the same issue with the Remote Panels.  Occasionally when a user using remote panels releases
control of the panel the LabView program crashes with an Error 1 code at some of the property nodes.
Some of the property nodes are writes and some are reads.  Which one it errors on differs each time.
We are currently using Labview 8.2.1.  The program was originally written in Labview 7.0.  We did not
have this problem in 7.0.
I have been progressively removing some of the "offending" property nodes, but LabView just errors out with a
code of 1 on a different property node.
I believe there is a bug in the NI code for the remote panel somewhere.
If anyone knows a good workaround I would appreciate it.
Thanks in advance for any help,
steve

Similar Messages

  • I have some problems with element Panel Label and Message.

    I have some problems with element Panel Label and Message. When I create form from VO attributes then I have Label for input text element. If I use Panel Label and Message element then I need to copy LABEL from input text element to Panel Label and Message element LABEL PROPERTY. Can I define in View object that I don't need label and want all attributes in Panel Label and Message element?
    BEST REGARDS

    You can simply remove the label attribute for the input text on the page.
    sid

  • Problem with tabbed panel

    I have a problem with tabbed panel...this panel has 3 columns, I copied to each of them a diffrent text (diffrent height)...I expected to obtain diffrent working area of column, for example  1st column-height 7500 px, 2nd-1500 px, 3rd-2500 px, but I received one height 7500 px, each column has been formatted to this size....below a text I have “empty space”- (it is a diffrence between working area and text area)...I put the text to the 1st column for example 7200 px height, empty space below this text is 300 px I received 7500 px of working area in this column, here the problem doesn`t exist but….2nd column i have height of text for example 1300 px, below this text i have 6200 px empty space...It should be height 1300 px of text and maybe 200 px of empty space...so the working area could have at 1500 px not 7500 px of height....I try to change it (to for example 1500 px) but it still  return to the basic 7500 px height and can`t do  it...The solution is to use another form like. the accordion form..but it is a row form….when you put a diffrent sized text (height) you will receive diffrent size of working  area (height), you obtain 7200px text +300 px empty space=7500 working area in 1st row.. 1200 px text + 300 px empty space=1500 workin area px in 2nd row and 2500 working area px in 3rd row…everything is fine in this form…each row has been formatted to the different size of height…but I prefer to use a tabbed panel (column form) instead a accordion form.…I don`t to waste the time to correct the code in html text editor like PSPad…
    Best Regards
    Kamil

    A couple of threads here that should answer your query.
    http://forums.adobe.com/message/5080345
    http://forums.adobe.com/message/5104253
    Thanks,
    Vinayak

  • Problems with Query Panel with Table

    Hi. I'm having a problems with this component in runtime. I'm using JDev 11.1.1.1 with ADFBC.
    The query uses three optional parameters. When i put a value for the first and leave other blank and execute query, following error is produced:
    03/11/2009 04:02:28 AM oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator handleError
    GRAVE: Server Exception during PPR, #6
    javax.el.ELException: java.lang.ClassCastException: oracle.jbo.common.ViewCriteriaImpl cannot be cast to oracle.jbo.ViewCriteriaRow
         at com.sun.el.parser.AstValue.invoke(AstValue.java:161)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodExpression(UIXComponentBase.java:1282)
         at oracle.adf.view.rich.component.UIXQuery.broadcast(UIXQuery.java:115)
    I couldn't find any reference about this. Please help....
    Thanks

    Frank,
    I am also getting the same error. The version I am using is 11g Release 1(11.1.1.2.0)
    Here is what I did:
    1. created a view criteria on a view object
    2. all are optional
    3. Dragged the view criteria as a query component (query panel with query table) on to the design layout
    and the error when I clicked the Search button is:
    javax.el.ELException: java.lang.ClassCastException: oracle.jbo.common.ViewCriteriaImpl cannot be cast to oracle.jbo.ViewCriteriaRow
         at com.sun.el.parser.AstValue.invoke(AstValue.java:161)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodExpression(UIXComponentBase.java:1289)
         at oracle.adf.view.rich.component.UIXQuery.broadcast(UIXQuery.java:115)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:812)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:292)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at sni.foundation.facesextensions.filters.FoundationFilter.doFilter(FoundationFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.ClassCastException: oracle.jbo.common.ViewCriteriaImpl cannot be cast to oracle.jbo.ViewCriteriaRow
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding._clearFilterCriteriaRows(FacesCtrlSearchBinding.java:4549)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding._addFilterCriteria(FacesCtrlSearchBinding.java:4603)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding.processQuery(FacesCtrlSearchBinding.java:423)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
    Thanks
    Venkatesh

  • Sudden problem with lxde panel

    im not sure what i did, but this problem seems to have popped up out of nowhere......when i start lxde, the panel keeps flashing, cant click on anything, wondering whats going on with it, if anyone knows

    oni5115 wrote:
    ssl6 wrote:
    there was something in that thread about modifying a line in a config file, the orignal line is lxde --profile LXDE........which basically tells it to load a profile from ~/.config/something/something/LXDE. i wiped that folder rather than change the config, i think the folder was rebuilt with a new default profile, and i just reconfigured my settings
    sorry i cant be more usefull at the moment. im not near the machine i have with LXDE
    Wiping the config file and re-configuring seems to solve this problem.  At least, once I fixed it I have not seen it come back again.
    I did this also when I had problems with the menu not working and causing my panels to reset.
    So far a great fix. Now panels are back to normal. I will edit if problem shows itself again.

  • Problems with Application panel

    Has anyone ran into problems with the Applications panel? I
    using the Application panel to insert Bindings and Server
    Behaviors. I can't get it to work. It says that I have a connection
    and I'm able to see the tables and diplay recordsets. But I'm
    unable to display multiple recordsets and insert data into a
    database. I'm reading Dreamweaver 8 with ASP, Cold Fusion, and PHP:
    Training from the Source. I've done what the book has told me. Any
    ideas on what the problem could be?
    The only thing different that I did from the book is how I
    connect to a database. I have this on the top of each asp page.
    <%@LANGUAGE="VBSCRIPT"%>
    <%
    Set MM_conn_newland_STRING = CreateObject("ADODB.Connection")
    MM_conn_newland_STRING.ConnectionString =
    "Provider=Microsoft.Jet.OLEDB.4.0;Data
    Source=D:\website\newland\database\newland_tours.mdb;"
    MM_conn_newland_STRING.Open
    %>
    The book uses a DSN and it has a seperate page for a
    connection:
    <%@LANGUAGE="VBSCRIPT"%>
    <!--#include file="Connections/conn_newland.asp"
    -->

    Just want to assure, u said that u want to insert date from the form. Do u mean that u want to insert the date into mysql database. But it came out with the error. Am I right?

  • Problem with front panel USB connector

    Motherboard: MS-6750
    I have a problem with my front panel USB connector JUSB2 not working.
    I have checked the connection to be sure that it is oriented correctly.
    I also made sure that it was enabled in the BIOS.
    Still no luck.  There is not any voltage on this either.
    I see a jumper or pin labeled JGS1 just below the JDLED1...do not know what this is and cannot find it in the manual.
    Any ideas on what this is and how I might trouble shoot the USB connector?

    Which 6570 MB do you have, if its the K7N2 Delta 2 Platinum and came with the Dled bracket try plugging that into that port on the mainboard  and see if those usb ports work as it could be the usb hub itself not working on the front. Hope this helps  Dok

  • Problem with Accordion Panels

    Hi
    I have an issue with Accordion Panels.
    http://characteraday.businesscatalyst.com/guided.html
    You can see in the link above that I have Accordion Panels on the right side that say open/close tip. The first one open and close and displays the tip. All the others do the same but when they open then push the one under it down. The first one does not do this and I like this a lot better. Any ideas how to make them all work the way the first one "Enter the Character's name" works.
    Thanks for your time.

    Modify the following line by adding the mark-up coloured red.
                      <div class="AccordionPanelContent"><span class="CollapsiblePanelContent"><img src="productimages/tinyimages/doorkitseat.jpg" width="50" height="50">The <strong>Door Insert Kit</strong> is a bathtub conversion kit. By   removing a portion of the bathtub wall and inserting a door, an existing bathtub becomes accessible, retaining its use a a bathtub. <em><a href="doorkitandseat.html"><strong>More</strong></a></em></span></div>
    I hope this helps.
    Ben

  • What's problem with File Panel?

    Hi All!
    I'm web designer, while developing my site, my work is
    breaking a problem with File management of DMX.
    First, I develop site in DMX8 (ASP + SQL), then when I open
    that site in DMXCS3 - Note: all file still in only one Folder in
    HDD on (D\: Drive), (example: photo-editor.asp), this file content
    is last time modify. And when I open again this file in DMX8 - the
    file content of this file (photo-editor.asp) not same with new
    version in DMXCS3. It is old version!.
    I don't understand why that. (note: I don't check Enable
    cache in Local info in Site Definition). Please help me about this
    problem!
    Thank for All!

    Are both versions (DW8 and DWCS3) using the SAME local site?
    Look in your
    site definition in both versions of DW, and tell us what the
    path is to the
    local root folder, please.
    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
    ==================
    "alonehero" <[email protected]> wrote in
    message
    news:fao4vg$n25$[email protected]..
    > Hi All!
    >
    > I'm web designer, while developing my site, my work is
    breaking a problem
    > with
    > File management of DMX.
    >
    > First, I develop site in DMX8 (ASP + SQL), then when I
    open that site in
    > DMXCS3 - Note: all file still in only one Folder in HDD
    on (D\: Drive),
    > (example: photo-editor.asp), this file content is last
    time modify. And
    > when I
    > open again this file in DMX8 - the file content of this
    file
    > (photo-editor.asp)
    > not same with new version in DMXCS3. It is old version!.
    >
    > I don't understand why that. (note: I don't check Enable
    cache in Local
    > info
    > in Site Definition). Please help me about this problem!
    >
    > Thank for All!
    >

  • Problem with File panel and Local files

    I am having a couple of problem using Dreamweaver  (which may be related) and can’t find any appropriate help on the web site.
    I have created a small website and have it up and running.    I’m now trying to do some minor modifications.     But Dreamweaver seems to have lost the address of my local files on my home computer (although files are still there in the same place.)      In the on-line training material it shows how to define where the root directory is when you start developing a site,  but I can’t find where these setting are so I can check and if nessessary amend them.   If I go to Define Site from the Site drop down options,  this does not allow me to check or define the root directory.
    Secondly,  in the File panel (lower right on the screen) the address bar at the top only shows the remote files and the icons to the right (“put”, “get”, etc) have disappeared and I can’t seem to get them back.   Also that lower panel seems to be floating rather than being fixed like it was.     I have tried clicking on Classic View in the Workspace layout options but this doesn’t move things back to how they were when I first started using Dreamweaver (just a few weeks ago).
    Can you offer any advice on what the problem is and how to manage it?  Many thanks.   I'm  using Dreamweaver CS4 and an iMac.

    Immediately below the Tabs saying "Files" and Assets" is a small box 
    with arrow on the right to show the drop down list.        In the box 
    on the right there's an icon of two networked computers.  Then it 
    says, "ftp://Hill farm Web Site"  which is the name of my website.     
    If I click on the arrows to pull up the drop-down box,  I get four 
    options divided by a line.   Above the line the options are Computer, 
    HD and ftp://Hill farm Web Site.  Below the line it says manage sites.
    Below this is list of files that make up my website in a directory 
    structure.   The header for the first column reads, "Local Files",  
    which appears to be untrue, because the top line in the directory 
    structure below reads,  "ftp://Hill farm Web Site".
    Does this help?
    regards
    David

  • Problem with Preview panel in Bridge CS3

    Hello,
    I've got a problem and I don't seem to get rid of it.
    When I use the Adobe Bridge, everything seemds to work fine, EXCEPT... for the preview panel.
    It just keeps on showing a 'blank gap' or blank window, from where I can see a part of my Desktop through.
    I hope this picture makes it more clear.
    http://i36.photobucket.com/albums/e39/Stef_r/2009-02-08_000747.png
    Als, when I select a photo in Bridge, it doesn't show up in the preview panel. It just keeps on showing the freezed picture of the part of my desktop.
    I use Windows Vista on my laptop now, and that's were the problem is.
    On my old XP laptop, with much lower performance, it worked fine under Windows XP.
    http://i36.photobucket.com/albums/e39/Stef_r/2009-02-08_000843.png
    Does anyone recognise this problem or has a solution for it?
    I have allready tried reinstalling both my laptop with Vista as wel reinstalling the Adobe suite.
    Thanks for the responce!
    With kind regards,
    Stefan

    Thanks for the replies!
    Although I still haven't found the real problem for it, the preview panel keeps on freezing, I do have a wokaround found for it.
    Because I have a docking station for my laptop, with some free slots in it, I bought a second hand Video Card with 512MB and better performance than the on-board card in the laptop.
    I hooked up a external LCD monitor to it and now it works just fine, with no additional modifications in Bridge.
    So, although the Bridge / video card still occurs on the laptop, I don't mind working this way.
    Maybe a newer driver in the future will solve this problem.
    Kind regards,
    Stefan

  • Problem with control panel in vista on gx620

    My friend and i who just recently both bought the MSi gx620 notebook have a very strange problem. After a short while some of the objects in the control panel have become not functional. Things that does not worl is:
    Windows Update
    Windows power control
    the window where you change desktop resolution and background image
    User control
    and some others
    the thing it does it that it seems to open an explorer window but then immidiately closes it again.
    Some of the things in the control panel still works such as device manger and other things.
    We suspect that it might have to do with some of the updates vista downloads and installs but we do not know which one, have anyone else had this problem or have any idea on how to solve it?

    got exactly the same problem on my gx 720. I have tried to reinstalled c drive  which helped until i tried either to update windows or install a new program.
    Im considering sending the notebook to maintainance!
    Patrick

  • Problem with Tabbed Panel Widget

    OK, so I am new to CS4 and plagued by a myriad of issues, but this one is so bizarre and stupid I have to get help. I am using one of the generic templates to take advantage of already existing tabbed panel code. The problem is that although 3 out of 4 tabs are fine, the 4th (and last) one has a white stripe through it. It's almost like the page background color (white) is showing through.
    Crazy right? But I cannot get rid of this.

    Thank you for the response!
    It's not a live site. I am just experimenting with a template to see if I can make a legitimate product page before I buy CS4. I will check the div tags...but man, there are so damn many!
    Regards,
    Jonathan Rowe
    Marina Market
    <http://www.marinamarket.com> www.marinamarket.com
    <http://best.king5.com/winners/best-of-western-washington/4749/specialty-food-and-drink/gou rmet-grocery> BOWW_120x45.jpg

  • Problem with property refresh in code view

    I am suddenly noticing a problem in CS3 (v 9.0 build 3481),
    OSX 10.4.11. In Code view (NOT Split view), any change to the code
    causes the property inspector to display the message "You have made
    changes to the code. To edit selection properties click refresh or
    press F5".
    It is my understanding that this feature is intended to
    refresh the Design view when working in Split mode. I have not used
    DW much in the last few weeks, but I never recall having this come
    up before, and I work in code view quite a bit. Also, possibly
    related, the tag selector strip at the bottom goes blank at the
    same time the message appears in the property inspector.
    This will be a significant impediment if it continues. Am I
    crazy and it's always been this way, or is there a bug or setting
    that I've inadvertently changed? I understand why refreshing is
    necessary in Split view but I cannot see what purpose this could
    possibly serve in Code view.
    Ted

    quote:
    Originally posted by:
    Tedly61Am I crazy and it's always been this way, or is
    there a bug or setting that I've inadvertently changed? I
    understand why refreshing is necessary in Split view but I cannot
    see what purpose this could possibly serve in Code view.
    This is how it's always been for me with both DW 8 and DW CS3
    for Windows. Can't say with regard to the Mac versions.

  • Problem with displaying panel in a JFrame

    This application is supposed to display the actual month in a calendar with the current day in a red background.
    When running initially I get the frame with nothing in it, but if I resize it everything is displayed perfectly.
    I've played with the size of the JFrame and repaints methods but they are not woiking.
    I'll appreciate any information that you can give me
    thx
    Gustavo
    import javax.swing.*;
    import java.util.*;
    import java.awt.event.*;
    import java.awt.*;
    public class Assign2 extends JFrame
         private GregorianCalendar cal,temp;
         private int maxDay,minDay,firstDay,curDate;
         private String dayWeek[] = {"Sunday","Monday","Tuesday","Wednesday",
              "Thursday","Friday","Saturday"};
         private String month[] = {"January","February","March","April","May","June","July",
              "August","September","October","November","December"};
         JTextArea calDays[];
         private JPanel upper,lower,lowerDays,lowerGregorianCalendar;
         private JMenu file;
         private JMenuItem newDate,exit;
         private JMenuBar bar;
         private String banner;
         private JLabel dateBanner;
         public Assign2()
              // INITIALIZING CAL ( CALENDAR IS AN ABSTRACT CLASS, THAT'S WHY
              // THE KEYWORD NEW CAN NOT BE USED TO INITIALIZE
              cal = new GregorianCalendar();
              temp = new GregorianCalendar();
              // SETTING UP THE MENUBAR AND MENUITEMS
              bar = new JMenuBar();
              setJMenuBar(bar);
              file = new JMenu("File");
              bar.add(file);
              newDate = new JMenuItem("New Date");
              exit = new JMenuItem("Exit");
              file.add(newDate);
              file.add(exit);
              // CREATION AND INITIALIZATION OF THE MAIN CONTAINER
              // ITS LAYOUT MANAGER IS BORDERLAYOUT.
              // THERE WILL BE TWO ELEMENTS IN IT. THE BANNER WILL BE LOCATED IN
              // THE NORTH SIDE AND THE CALENDAR WILL BE LOCATED IN THE SOUTH SIDE
              Container c;
              c = getContentPane();
              c.setLayout ( new BorderLayout(5,5) );
              // INITIALIZING THE UPPER PANEL
              // THE BANNER WILL BE LOCATED THERE
              // ITS LAYOUT MANAGER WILL BE FLOWLAYOUT
              upper = new JPanel ( new FlowLayout(FlowLayout.LEFT) );
              // SETTING THE BANNER WITH THE CURRENT DATE
              banner = new String (month[cal.get(GregorianCalendar.MONTH)] + " " +
                   String.valueOf(cal.get(GregorianCalendar.DATE)) + "," + String.valueOf(cal.get(GregorianCalendar.YEAR)) );
              dateBanner = new JLabel(banner);
              upper.add(dateBanner);//ADDING THE BANNER TO THE UPPER PANEL
              // GETTING LIMITS TO BUILD THE CALENDAR USING FOR LOOPS
              // GETTING THE MAXIMUM NUMBER OF DAYS FOR A GIVEN DATE
              maxDay = cal.getActualMaximum(GregorianCalendar.DAY_OF_MONTH);
              minDay = 0; // 0 is the equivalent of the first day of the month
              curDate = cal.get(GregorianCalendar.DATE);
              firstDay = firstDayOfMonth ( cal,temp ); //GETTING THE NUMERIC VALUE OF THE FIRST DAY
                                                           //OF THE MONTH: SUNDAY=1,MONDAY=2, AND SO ON
              // SETTING UP THE LAYOUT MANAGER FOR THE INFERIOR PANELS
              lower = new JPanel ( new BorderLayout() );
              lowerDays = new JPanel ( new GridLayout(1,7));
              lowerGregorianCalendar = new JPanel ( new GridLayout(5,7,5,5) );
              // PUTTING THE DAYS OF THE WEEK IN THE CALENDAR
              for ( int i=0 ; i<7 ; i++ )
                   lowerDays.add(new JLabel(dayWeek));
              lower.add(lowerDays,BorderLayout.NORTH);//ADDING THE DAYS OF THE WEEK TO THE LOWER PANEL
              // BUILDING THE CALENDAR USING THE PRIOR DEFINED LIMITS AND A FOR LOOP
              calDays = new JTextArea [50];//EVERY DAY OF THE CALENDAR IS A TEXT AREA
              for ( int i=0 ; i < (maxDay + firstDay) ; i++ )
                   calDays[i] = new JTextArea ( 3,3 );
                   calDays[i].setEditable(false);
                   if ( (i-firstDay) != curDate-1)
                        calDays[i].setBackground(Color.yellow);
                   else
                        calDays[i].setBackground(Color.red);
                   if ( i >= firstDay )
                        calDays[i].setText(String.valueOf(i-firstDay+1) );
                   lowerGregorianCalendar.add(calDays[i]);
              lower.add(lowerGregorianCalendar);
              c.add(upper,BorderLayout.NORTH);//ADDING THE UPPER PANEL TO THE CONTAINER
              c.add(lower,BorderLayout.SOUTH);
              setVisible(true);
              setSize(500,400);
         // THIS METHOD RETURNS THE EQUIVALENT OF THE FIRST DAY OF THE MONTH
         // SUNDAY=1,MONDAY=2 AND SO ON
         public int firstDayOfMonth ( GregorianCalendar cal, GregorianCalendar temp )
              // CREATING A TEMPORAL CALENDAR AND INITIALIZING IT WITH THE CAL VALUE
              //GregorianCalendar temp= temp.getInstance();
              // SETTING TEMP TO THE FIRST DAY OF THE MONTH
              temp.set(cal.get(GregorianCalendar.YEAR), cal.get( GregorianCalendar.MONTH) , 1 );
              // RETURNING THE NUMERIC VALUE OF THE FIRST DAY OF THE MONTH
              // SUNDAY=1,MONDAY=2, AND SO ON
              return temp.get(GregorianCalendar.DAY_OF_WEEK);
         public static void main ( String args[] )
              Assign2 app = new Assign2();
              app.reSize(550,450);
              app.addWindowListener(
                   new WindowAdapter()
                        public void windowClosing (WindowEvent e)
                             System.exit(0);

    Gustavo,
    I'm in the middle of writing such a calendar, but I've modularized things a bit. I start with a JFrame like you, and then add to it a class "CalendarPanel" built from a JPanel which holds all the buttons, combo boxes, etc.
    But try this: just after instantiating your JFrame object, call its show() method.

Maybe you are looking for