Wizard for GUI??!!

Hi all, does sun or any other vendor provides a Wizard to build GUI in Java??? you know like software such as VB or VC where you can click here and there and build your GUI and then add the functional code behind it.

Personally, I like IntelliJ ( http://www.intellij.net/eap/ ). You have to get the pre-release version to try out the GUI builder, but its free during the beta period.

Similar Messages

  • Anyone familiar with "The Standby Wizard for Oracle "

    Is anyone familiar with "The Standby Wizard for Oracle " by Relational Database Consultants, Inc?
    It is a GUI app that supposedly simplifies and automates the creation, maintenance, and switchback functions necessary to implement Oracle's standby database paradigm for high-availability.
    I have a very small IT shop and simplification with data protection is important to me.
    I'd like to read anyones thoughts if you have such.

    Hi
    I never used this tool. However it is important that you have the right infrastructure, too. A standby database wrong implemented is useless. You can try to call a consult in near you to implement the dataguard.
    Does Relational Database Consultants has a documentation about the product?
    Bye, Aron

  • Annoucement: New Menu Wizard for Captivate

    I'd like to announce our latest product release - the
    Menu Wizard for Adobe Captivate
    The
    Menu Wizard is a 3rd-party software product that integrates
    directly into published Adobe Captivate movies. The
    Menu Wizard is a Flash movie that provides a dynamic menu -
    a series of buttons that navigates to slides you specify within
    your published Adobe Captivate movies. This is a frequently
    requested feature for Captivate - and is often discussed here in
    the Forums.
    The
    Menu Wizard uses a .XML file read the menu content and
    settings. You can configure many options, including the number of
    menu buttons, button text, background colors (up/over), font, font
    size, font color (up/over), border width and color, drop shadow,
    button size (height,width), location, horizontal/vertical layout,
    transparency, and menu header options. The product is distributed
    as an InstallShield release (setup.exe), with all the necessary
    files, an example movie and menu, and a 19 page Instruction Guide
    (.PDF) document.
    The product website
    Menu Wizard
    Homepage contains detailed information about the product,
    example movies, and FAQs.
    July 23 Update: I've added a 15% discount throught August 6
    for Adobe Forum users. Use the coupon code
    adobeforum
    Thank you,
    Todd Haynes
    KCWebPlaza

    Dirk, the Menu Wizard does not have a feature to
    restrict users from going to various sections (slides) until
    they have visited other sections (slides).
    However, you might be able to accomplish this by 1) using
    some creative branching or 2) breaking your project up into
    separate movies - 1 for each section. At the end of section 1 -
    there is a Click Box or Button that will launch section 2. In this
    case, the Menu Wizard would be used for navigation within 1 movie
    (section) at a time.

  • How to create wizard for a custom mainenance view/view cluster

    Hi Experts,
    I have created 5 custom maintenance view and have maintained all the views sequencially and have made the first mainenance view as the start view & header entry and all other views are child or subview of the header view in a custom view cluster. But I want a wizard to help the user / end user successfully enter all the required values for all child views, it will help  the user to navigate  from the start view to all the child views where the fields of the wizard will be associated to the child maintenance views.
    Please suggest how to create wizard for view cluster.
    I'll give max reward point for the helpful answer.
    Thanks in advance
    koustav

    Hello Pasapula
    When you are in the View Cluster maintenance dialog (SE54) click on dialog "Events".
    Below the field for the view cluster you have an additional field <b>FORM routines main program</b>. There you have to add the main program containing the FORM routines called by the VC events.
    For example: I had defined a normal report containing an include with all the FORM routines. The report contains only the following lines of coding:
    report zus_0120_u1.
    * Common Data und access routines for user exits in VC maintenance
    include LSVCMCOD.
    include  zus_0120_f1. "FORM routines for VC events
    Now in the "Events" dialog of the view cluster maintenance you assign your FORM routines to the events.
    Regards
      Uwe

  • HT2305 My iPod is not being read by iTunes. What do I do to be able to sync my iPod if iTunes is not starting the setup wizard for the iPod when it is connected to a Dell PC? I am new the iTunes and iPods.

    My iPod is not being read by iTunes. What do I do to be able to sync my iPod if iTunes is not starting the setup wizard for the iPod when it is connected to a Dell PC? I am new the iTunes and iPods.

    Hello, BAHannebaum.
    The article below should resolve any device not being recognized in iTunes issue that you are experiencing.  The most common issues are the Apple Mobile Device Support driver or iTunes is outdated.  Start with the first step and test the results after each step processed. 
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    Cheers,
    Jason H. 

  • Payment wizard for incoming payment.

    Dear all,
    we need to enter TDS amount in incoming payment wizard.when we are adding payment wizard for incoming payments there is no option for TDS amount. is it possible to create udf for payment wizard. how we can solve this issue please guide me.
    Regds,
    Sampath kuamr devunuri.

    Hello Kumar,
    Unfortunately, it is not possible to create a UDF in any wizard.
    Kind Regards,
    Marcella Rivi
    SAP Business One Forums Team

  • NetBeans or Eclipse: Which is better for GUI development ?

    I am relatively new with JAVA, came from embedded software domain mostly in C.
    My interest is to learn and develop the GUI applications using Swing.
    I am currently in a process of evaluating the IDEs, Eclipse and NetBeans on Linux desktop environment (SuSE 10.3).
    My primary findings found that, NetBeans is better equipped with GUI development while Eclipse needs to have a plugin installed.
    For GUI development, I found that few of my fellow Java developer friends have mixed feelings about these two wonderful IDEs, in summary here are the comments:
    1) Developing GUI is better without any assistance from built in designers of IDEs (e.g. NetBeans or Visual Swing of Eclipse). Because, they put extra 'garbage" codes which are very much IDE specific.
    2) GUI development in NetBeans is faster and more productive than Eclipse
    3) Visual Swing for Eclipse is not a matured product and it is far inferior than NetBeans' capabaility
    Now I ask a question, what is the best practice to adopt for starting the GUI development ? NetBeans or Eclispse or IDE-less development ?
    Thanks.

    atomodachi wrote:
    Now I ask a question, what is the best practice to adopt for starting the GUI development ?
    NetBeansThis is my preference for IDE's. Please note that as I stated that is my preference. There isn't any best, some are clearly better than others for one reason or another, but once again, that boils down to personal preference.
    EclispseNot my preference.
    IDE-less development ?IMO: that is just silly. Unless you just enjoy tons of typing; why would you ever embark on doing something without a tool to speed up the process. Now that is not to say that in using your IDE you should start out by just dragging and dropping up a storm and merrily running down the road in ignorance until you hit a rough spot and have things dramatically pointed out that you've really not a clue about what is happening. Use the IDE, but learn how to do the manual processes along with it. That means that sometimes you'll not drag and drop to build your GUI, you'll actually code the entire thing. And you really should learn to do things command-line like compile. Do yourself a really big favor too, learn the debugger. The integrated debuggers is, perhaps, one of the best inventions in productivity tools that has as of yet been invented for developers.
    In any case, have fun... choose what you like, it really does come down to personal preference. I've worked in several shops over the years and most have come to the conclusion that if you can get the work done, and have projects that others can use, then to each their own preferences. The discussion rages on for and against each of the systems that you have mention--each have valid arguments--it boils down to what do you want and like.

  • Problem with running service resgitry configiration wizard for NWCE7.2

    Hello Guru's
    I am planning to use NWCE7.2 for developing a pilot. I have installed the NWCE7.2 after downloading form SDN. The basic installtaion was successful. But i ma facing problem in initial configuration.
    Note:I am new to NWCE but have installed NWCE7.1 Ehp1 and configured the demo application once
    When i am trying to configure the NWCE7.2 following help.Sap.com link for initial configiration, I am failing consistently while trying to run the configuration wizard for service registry and SLD following link http://help.sap.com/saphelp_nwce72/helpdata/en/45/a3c3f543cb0cf0e10000000a114a6b/frameset.htm
    When i am trying to run the optional steps for configuring the service registry and SLD following link http://help.sap.com/saphelp_nwce72/helpdata/en/45/a3c3f543cb0cf0e10000000a114a6b/frameset.htm it is again failing and not allowing me to insert the Hostname and Port information specific to my installtion for the endpoint URL.
    http://<host>:<port>/ServicesRegistrySiService/ServicesRegistrySiPort
    Can anybody please help me how to go about configiring this or where i can find step by step configuration guide for NWCE7.2
    I am sure some of the experts must have faced similar problem.

    hi,
    could you able to access http://<host>:<port>/nwa -> SOA Management -> Technical Configuration SOA Middleware settings and Service Registry management ?
    regards,
    Nikhil

  • Navigation problems in IE7 after installing "BI AddOn Patch for GUI 7.10"

    Hi,
    I am having the following problem:
    After installing the BI AddOn Patch for GUI 7.10 (bi710sp07p_701-10004472.exe), Internet Explorer is not behaving normally anymore.
    The problem is as follows: When I click on a link with the CTRL-key pressed, then IE7 will open the link in a new tab. However the page does not load anymore in the new tab, the contents will stay empty even though correct address is shown address bar.
    The same will happen with pop-ups, so pop-up will appear, but it will not load, page stays white.
    When I uninstall the patch then IE7 will work fine again.
    For clarity, I am not talking about BEx web reporting here (because we only use BEx Analyzer). The problem occurs when accessing normal webpages like Google (the problem does not depend on the website that was selected).
    Anyone have any ideas how to solve this problem?

    Also having the same issue doing a full patch upgrade
    As a local Admin install the patches in the following order.
    1.     bi710sp12p_1201-10004472.exe
    2.     bw350gui710_8-10004473.exe
    3.     gui710_17-10002995.exe
    Getting a number of issues IE7+8 new tabs not working JRE stopped working and issues with excel (3 occasions)
    Tried changing the order of the patches and doing full uninstall of sap followed by re-install of sap but the only thing which seems to work is un-install of IE, JRE and Excel then re-install. As you can imagine not very popular.
    were going to try out the latest Bex7 1300 patch will let you know how its going
    Jon
    Edited by: Jon Hoare on Aug 27, 2010 9:38 AM

  • Which IDE is suitable for GUI in Java?

    Which IDE is suitable for GUI in Java?
    I have kind of complex form with many text fields and buttons in a Java application. I have been trying with Netbeans, everything is fine with Netbeans but it is a huge problem when all the graphics components move around when you have too many graphic....
    I am looking for IDE with GUI tools??? Any suggestions???
    Many thanx for all advices

    I tested Eclipse 3.2 and NetBeans 5.5. NetBeans definitely has the more stable, reliable and more user friendly GUI editor.
    From the rest of the development - the features of the IDE - I see that Eclipse offers more but with the drawback for the beginner (as I am) that some things are harder to figure out how they work in Eclipse. NetBeans seems more "intuitive" and easier for me. - Emphasizing again that I am a beginner.

  • How do i download a patch(ex: level 10) and screen painter patch for gui ?

    Hello,
    how do i download a patch(ex: level 10) and screen painter patch for gui ?
    Thanks,
    Shehryar

    Hi,
    Please see 323878 and 303476.
    I believe that you 'll find there the solutions.
    Regards
    Nuno Mendes Fernandes

  • Wizard for Import of configurations failed

    Hi,
    want to use the DTR as a central store for the source.
    The DI, SLD and the DTR are running.
    I created namespace, SC, product and a DC in the SLD.
    From the NW Workplace i can connect to the DTR wirh the DTR-Client and brows the default structure.
    The next step i think must be the Import Wizard for importing development connections. But wenn i try to connect    (remote) i get an error "No configuration on server or server error".
    As anyone an idee what is missing on the server?
    Many thanks
    Michael

    Hi Kipp,
    If you just want to use the DTR then please refer to
    http://help.sap.com/saphelp_nw04/helpdata/en/88/cb0b405bacdd5fe10000000a155106/content.htm
    To import the dev config you need to refer to this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/71/384c4005a99523e10000000a1550b0/content.htm
    Regards
    Sidharth

  • WLAN Wizard for Nokia 5800 Xpress Music

    Can someone please tell me where can I get the WLAN Wizard for Nokia 5800 Xpress Music?
    thanks

    xsb91 wrote:
    What WLAN Wizard?
    If you want to connect to WLAN, just go to the connections in settings, and choose WLAN. Refresh the list and connect to any which is available. If you see none, you're in a wireless-free area.
     Near enough what i posted mate, so why bother 
    Grayburn @ www.nokiausers.net & www.dailymobile.se....come say Hello!!!
    If you appreciate ANY help from a member,then show it by clicking on the Blue Star button, cheers

  • Implementation of Wizard for CS01

    Hi experts,
    I have a very difficult question so I hope u understand what I plan to do:
    I want to create a wizard for transaction CS01 but I couldn't find any Interfaces/connection points for sending/getting data to CS01 for processing. Now, as a workflow it should be look like this:
    First Wizardsscreen gets Input from the user -> Processing in CS01 -> Second Wizardsscreen delivers the outputfields(but only the field which are relevant).
    Do u know any Interfaces at CS01, so I can send my Input Data to there?
    Or do u know any examples where I can see how to create wizards for transaction like CS01 or POP1u2026
    I only found these references(but their focus is about creating a wizard what I already knew):
    - /people/dennis.vandenbroek/blog/2006/11/29/wizard-framework
    - /people/puru.govind/blog/2007/02/08/wizards-in-abap-continued
    - http://www.sapdesignguild.org/resources/wizard_html/wizard_styleguide.pdf
    Thx for high-quality help!
    Best regards,
    Ayaz

    Solved.
    Use Ta SBPT_WB for creating ur wizard and use FM CSAP_MAT_BOM_READ for processing CS03.
    Use FM like:
    CALL FUNCTION 'CSAP_MAT_BOM_READ'
            EXPORTING
              material   = IPS_FERT_WIZARD-matnr
              plant      = IPS_FERT_WIZARD-werks
              bom_usage  = IPS_FERT_WIZARD-stlan
              valid_from = IPS_FERT_WIZARD-datuv
    *         IMPORTING
    *          fl_warning = flg_warning
            TABLES
              t_stpo     = ept_stpo
              t_stko     = ept_stko
            EXCEPTIONS
              error      = 1.
          IF sy-subrc EQ 1.
          ENDIF.
    Edited by: Tuncay Zaya on Aug 21, 2009 9:49 AM

  • JPDK Wizard for JDeveloper 10g

    I've been using the JPDK Wizard for JDev9i for some time and after trying to make the switch to JDev10g (10.0.1.5) I found out quickly that the PDK Wizard does not work in JDev 10g. Is there a workaround for this or will I have to wait?

    Hi there,
    I have tried to created a Java Portlet using the Wizard with jdev10G and it did not work. I am welling to try 903 but I cannot find the PDK for it. Yes I have looked all over PortalStudio.oracle.com. Is anyone have the link to download the PDK for jdev903?
    Also I have tried for two days to make the Java Portlet Wizard work with 10G with no luck. Why are they posting somehting that doesn't work? This is really frustrating.

Maybe you are looking for