Is is possible to create a string array like this?

Srting [][] dictionary = new String[][];
dictionary [water][noun];
dictionary [run][verb];
can I do this?
steve

Really?
It compiles and runs when I use:
public class haha {
  public static void main(String[] args) {
    String [][] dictionary = new String[2][2];
    dictionary [0] = new String[] {"water", "noun"};
    dictionary [1] = new String[] {"run", "verb"};
    System.out.println(dictionary[0][0] + " is a " + dictionary[0][1]);
    System.out.println(dictionary[1][0] + " is a " + dictionary[1][1]);
}

Similar Messages

  • Is it possible to create a XI track like this?

    Hi all
    We have two XI systems, one is DEV system and the other is PROD system. So we don't have a CON system. So is it possible to create a XI track with only one DEV and one PROD without CON system?
    Any ideas?
    Thanks!
    Regards,
    Hui

    Hi Sravya,
    Thanks for the links! But it's useless for my problem.
    Regards,
    Hui
    > Yes we can ..Check this
    > /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    > /people/sap.india5/blog/2005/11/09/xi-software-logistics-ii-overview
    > /people/sap.india5/blog/2005/11/28/xi-software-logistics-solution-iii-cms

  • Is it possible to create a simple website like this in Muse?

    Take a look at this website:
    Shaun Weaver - A fullstack developer and digital creative from London, UK aiming to bridge the gap between great code & …
    I have designed my website and it works in a very similar way - one pager with full screen graphics. What I like about the example above though, is the ability of the site to detect the size of the web browser window. Each section of the webpage takes up the whole browser window, no matter what size the browser is. Is it possible to recreate this in Muse?
    Thanks

    You can mimic this type of a  design style but not from a functional standpoint. Let me explain. Here's what muse cc or 2014 is missing from functional side of things to allow you to create that type of a site:
    First and foremost:
         • Responsive Scaling is not part of the equation in muse, not yet at least. In fact its a top most requested feature that adobe is neglecting to add to muse (their workaround is you can create a seperate phone/tablet design) if you ask me its a shame and labor intensive.
         • Smooth Rollover Animations its easy to hack muse into creating a smooth rollover effect animations its not an actual feature, by hack I mean its 'doable' but its just a pathetic/foolish 'workaround' - see tutorial Adobe Muse CC 7.0 Tutorial | Smooth Fading Rollovers - YouTube
         • No Muse Native animations you have to switch to adobe edge for animations and export files as .oam files and import them back into muse (labor intensive process - if you ask) and your limited with that too.
         • The widgets are not as complex as you want them to be to allow you to create slideshow animations.

  • Is it possible to create Automatic Scheduled Agreement like Automatic PO

    Could you please explain, is it possible to create an automatic schedule agreement from the PR, PIR (ie.e viz.. as Creation of Automatic Purchase Order)

    Hi
    Why you want to generate the Scheduling agreement automatically?  What is the requirment? Volume is high?
    As Sridhar mentioned you have no option in standard SAP to create automatic scheduling agreement. But you can create delivery schdule via MRP.
    If you have more volume then go for developing the program with ABAP guys.
    if the requirment is for Cut over only then go for LSMW or BDC options.
    Hoe it helps
    Karthik

  • Is it possible to create a script that does this?

    Hey there,
    I can work my way around a Mac pretty well, but as for coding, I'm not as good. Hopefully someone will know how to do what I'm looking for:
    I do a lot of school assignments on my computer, and I've recently utilized an online service that allows me to sync up my files on my computer with their servers (like MobileMe, but not). Anyway, this is great and all, but this service is virtually useless if I'm trying to access a Pages publication via my school's computers which run Windows and, consequently, Microsoft Word 2007. However, they ALSO run Adobe Reader. Is it possible to create a script that, every time I save a Pages publication, automatically creates a PDF export of that same file in the directory where I'm working? Also, when I update the Pages file, it'll automatically update the PDF file?

    Saving a script as a Script, an Application or an Application bundle requires the use of the Script Editor as explained in the System (Finder) help.
    step 1:
    open the script in the Script Editor
    step 2:
    compile it clicking the "Compile" button
    step 3:
    Save the script from the "File > Save" menu:
    To save as "script" select the "script" menu item
    To save as "Application" select the "Application" menu item
    To save as _"Application Bundle"_ select the _"Application Bundle"_ menu item
    The files which I post are saved thru the "Text" menu item which attache the extension name ".applescript" telling that it's an _Applescript's text file._
    All these infos are given in resources pointed by my late messages !
    Now are infos which maybe you will not find in the Apple's resources
    I use the text (.applescript" format because it embeds nothing related to my machine.
    To work from the Scripts menu, my best choice is "Script" which appears to be the fastest one.
    "Application" is slower and sometimes gives odd results on MacIntels.
    "Application Bundle" behaves well on every machines but is slower than "Script".
    Yvan KOENIG (from FRANCE vendredi 29 mai 2009 09:53:21)

  • What app would I use to create an online report like this?

    What Adobe CC app would I use to create a web based report like this?
    http://sowc2015.unicef.org
    Could it be done with Muse or does it need something like Dreamweaver and bespoke coding?

    HI,
    Yes, you can create such site using Adobe Muse. You will need anchors points to scroll down. You can take a look this article
    http://www.lynda.com/Muse-tutorials/Understanding-anchor-links/161871/179008-4.html
    Do let me know if you have any question.

  • Possible to make a chart look like this?

    I'd like to make a chart look like
    this.
    Is this possible and if yes with which chart type and
    settings, or if no, could someone point me to
    some tutorial or guides how to draw custom shapes and line
    with flex?
    thanks,
    Mickey

    Hi Tony,
    Fisrt it's sure to use datetime, date and time range as a dimension for
    crosstab.
    The default type of ORDERDATE is Date, so you should define a computed
    column in dataset: expression is row["ORDERDATE"] type is Date Time or
    Time. Then using them in your cube.
    If you want display like:
    Jan 1, 00:00 to 11:59 x1
    Jan 1, 12:00 to 23:59 x2
    Jan 2, 00:00 to 11:59 x3
    you should make sure that the ORDERDATE dimension is a Regular group but
    not a Date group. Because the Date group can not set the static level. Do
    you know how to set the regular dimension? In cube builder, when you drag
    ORDERDATE column into Groups, there will be a selection dialog pops up,
    you just chose the regular group is ok. Then you can define your static
    levels to display x1, x2 and x3. There is another way but now we didn't
    open this feature now, the date level will suppport user to define its
    interval(range), but the display is only the number of hour but not 11:59.
    see bug
    #189340(https://bugs.eclipse.org/bugs/show_bug.cgi?id=189340)
    Second, chart can not using the cube's dimension as an axis, chart only
    can use the dataset as its data source, please see comments #3 in
    bug#192853.
    Regards!

  • How do I create & edit a pattern like this in Illustrator?

    I want to know how to create and edit a pattern like this in Illustrator:
    And then be able to do this:
    (same pattern with blue square effect)
    Any advice would be appreciated.

    Read up on creating patterns. This one is just simple lines and very easy to do, but remember that the defining rectangle MUST be at the very back of the stack:
    Start off by making your pattern tile (top). Drag the drawing to the Swatches panel.
    Fill a rectangle with the pattern. Scale and rotate the pattern fill (see Scale and Rotate dialogues).
    Recolour the pattern using Edit > Edit Colors > Recolor Artwork

  • How to create a string array?

    Thanks!

    Use Create Array, Build Array, an array constant on the block diagram or front panel, for loop, etc. The best way depends on what the heck you're actually trying to accomplish. I suggest you provide some more details and maybe take a class or on-line tutorial. Info on leaning LabVIEW can be found here.

  • How to create a text effect like this (see example)

    Hello everybody,
    i would like to create a text, pretty similiar to this shirt: http://www.kuhvet.com/wp-content/uploads/2012/06/OKC-Conference-Champs-LR-T-shirt.jpg
    So, the stext hould appear in 3D (kind of) and also should have a golden and silver outline. Also the shadow should drop in front of the text.
    I hope that's possible and not that hard to create? I'm a beginner to Illustrator (CS4).
    Thanks a lot for your help
    Warm regards from Germany
    Florian

    I would not waste time using AI 3D tools to accomplish this effect. It is 1 point perspective. Start with your front text, establish a horizon  line and vanishing point, scale and duplicate the text using the vanishing point as your center of scaling, then connect the points to create the "extruded effect" between the to sets of text. You can outline the text to accomplish this.
    For the reflected text, as John suggested, duplicate your text and distort it. Read about "Envelope Distortion" meshes. These will keep your distorted text fully editable, if that is a concern.
    Have fun learning Illustrator.

  • Create a similar effect like this one

    I need to create a similar effect as in this link I provided.
    Basically want
    movement, a light flash or a little spark every once in a
    while. Maybe
    someone can point me to a similar tutorial or something. My
    thought is to
    have a subtle effect in the background of my site to give it
    a little flare.
    http://www.templatemonster.com/flash-templates/14237.html

    I would not waste time using AI 3D tools to accomplish this effect. It is 1 point perspective. Start with your front text, establish a horizon  line and vanishing point, scale and duplicate the text using the vanishing point as your center of scaling, then connect the points to create the "extruded effect" between the to sets of text. You can outline the text to accomplish this.
    For the reflected text, as John suggested, duplicate your text and distort it. Read about "Envelope Distortion" meshes. These will keep your distorted text fully editable, if that is a concern.
    Have fun learning Illustrator.

  • Create an animated banner like this one

    Does any one know how to make images move up and down or left
    and right like in this ad banner:
    http://www.praloup.com/
    its ths portrait moving image second from the top? I can do
    the moving, fading etc... but i have never come across making this
    efffect. It looks as though the eye of the camera is flying up and
    down the image. I'd like mine to go left and right and maybe even
    diagonally.

    You'd create an image larger than your stage size and tween
    it. To be on the safe side, you can also add a mask that's the same
    size of the stage.

  • How would I create a photo gallery like this in Muse?

    Just trying to get the same kind of abilities working in muse. Link for site/gallery below
    greg noire - photographer

    You can try using lightbox widget. Try playing with opacity in normal and rollover states of thumbnails.
    Else, you can add another image on rollover state of thumbnail which may be a little darker than the original one.

  • Can i create a popup menu like this in muse?

    I am having trouble with this...please someone get me out of this...
    Thanks..!!

    You can try using lightbox widget. Try playing with opacity in normal and rollover states of thumbnails.
    Else, you can add another image on rollover state of thumbnail which may be a little darker than the original one.

  • Parsing String array

    Hi, I need some help on parsing an string array into floating array. Here is the sample in put:
    String s[1] = 4.2 3.8 5.6 5.4 6.1 4.9 6.0 5.88 6.8;
    float []f = new float[9];
    How am I parsing each of the element of the s[1] into f[0]....f[8]?
    f[0] = 4.2, f[1] = 3.8, ......., f[8] = 6.8;
    thanks a lot

    Hey bud,
    Ever heard of StringTokenizer? That will allow you to get each value out of s[1] that is seperated by a space and then you can loop through getting each value and putting them in your array of floats, but of course you are going to have to convert them into floats if you want to use the float primitive datatype;
    You can tokenize your string array like this:
    StringTokenizer st = new StringTokenizer(s[1]);God Bless,
    Bruce

Maybe you are looking for

  • Draft / fast Printing on Dot Matrix Printer(s) from Windows

    Dear all, we need to print all documents in Draft / fast Printing on Dot Matrix Printer(s). how we can print quick draft mode. we are using SAP PL43. from where we can download draft 10cpi fonts. Regds, samapth

  • Company code pop up

    hi, i have a problem with the pop up that appears while we run FB60 transaction. the pop up comes once when we enter for the first time, if i want to enter for the next time it doesnot give the company code popup. for that i got a solution of using t

  • How to back up files on my windows computer to time capsule, How to back up files on my windows computer to time capsule

    I bought a time capsule now I want to back op photos that are on my PC.

  • OBIEE Patch installation

    Hi all, To install patch 11.1.1.6.9, is it a must to install all of the patch? Patch 16287811 Patch 16287778 Patch 16237960 Patch 16287840 Patch 16287854 Patch 16227549 Patch 16287884 If I only use business intelligence ,can i just install the follow

  • Approval on itemcode

    we want to create an approval on the itemcode field of a sales order. In previous posts that I've seen, it's been stated that the approval process will not loop through the matrix on the sales order line by line. I was wondering if this is still the