Example
#{example}"); ipb.editor_values.get('templates')['togglesource'] = new Template(""); ipb.editor_values.get('templates')['toolbar'] = new Template(""); ipb.editor_values.get('templates')['button'] = new Template("
Emoticons
"); // Add smilies into the mix ipb.editor_values.set( 'show_emoticon_link', false ); ipb.editor_values.set( 'bbcodes', $H({"snapback":{"id":"1","title":"Post Snap Back","desc":"This tag displays a little linked image which links back to a post - used when quoting posts from the board. Opens in same window by default.","tag":"snapback","useoption":"0","example":"[snapback]100[/snapback]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"topic":{"id":"5","title":"Topic Link","desc":"This tag provides an easy way to link to a topic","tag":"topic","useoption":"1","example":"[topic=1]Click me![/topic]","switch_option":"0","menu_option_text":"Enter the topic ID","menu_content_text":"Enter the title for this link","single_tag":"0","optional_option":"0","image":""},"post":{"id":"6","title":"Post Link","desc":"This tag provides an easy way to link to a post.","tag":"post","useoption":"1","example":"[post=1]Click me![/post]","switch_option":"0","menu_option_text":"Enter the Post ID","menu_content_text":"Enter the title for this link","single_tag":"0","optional_option":"0","image":""},"spoiler":{"id":"7","title":"Spoiler","desc":"Spoiler tag","tag":"spoiler","useoption":"0","example":"[spoiler]Some hidden text[/spoiler]","switch_option":"0","menu_option_text":"","menu_content_text":"Enter the text to be masked","single_tag":"0","optional_option":"0","image":""},"acronym":{"id":"8","title":"Acronym","desc":"Allows you to make an acronym that will display a description when moused over","tag":"acronym","useoption":"1","example":"[acronym='Laugh Out Loud']lol[/acronym]","switch_option":"0","menu_option_text":"Enter the description for this acronym (EG: Laugh Out Loud)","menu_content_text":"Enter the acronym (EG: lol)","single_tag":"0","optional_option":"0","image":""},"hr":{"id":"12","title":"Horizontal Rule","desc":"Adds a horizontal rule to separate text","tag":"hr","useoption":"0","example":"[hr]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"1","optional_option":"0","image":""},"php":{"id":"14","title":"PHP Code","desc":"Allows you to enter PHP code into a formatted/highlighted syntax box","tag":"php","useoption":"0","example":"[php]$variable = true;\n\nprint_r($variable);[/php]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"html":{"id":"15","title":"HTML Code","desc":"Allows you to enter formatted/syntax-highlighted HTML code","tag":"html","useoption":"0","example":"[html]\n \n[/html]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"sql":{"id":"16","title":"SQL Code","desc":"Allows you to enter formatted/syntax-highlighted SQL code","tag":"sql","useoption":"0","example":"[sql]SELECT p.*, t.* FROM posts p LEFT JOIN topics t ON t.tid=p.topic_id WHERE t.tid=7[/sql]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"xml":{"id":"17","title":"XML Code","desc":"Allows you to enter formatted/syntax-highlighted XML code","tag":"xml","useoption":"0","example":"[xml]5 Replies - 0 Views - Last Post: 27 minutes ago
#1
Reputation: 0
- Posts: 5
- Joined: 03-April 13
Posted 58 minutes ago
I have been using Java for Dummies to learn the basics of Java programming, and ran into an issue.import javax.swing.JOptionPane; public class Greeter { public void sayHello() { JOptionPane.showMessageDialogue(null, <<Hello, World!>>, <<Greeter>>, JOptionPane.INFORMATION_MESSAGE) ; } }
I got an error on line 8. A red underline under most of it.
In the book, the code looks the same but the double caret things look more condensed. Is that special syntax for Java? Is it one character, or two less/greater than symbols?
This specifically "<<" and ">>" around words.
Thanks.
Is This A Good Question/Topic? 0
Replies To: Unknown character or set of characters.
#2
Reputation: 138
- Posts: 414
- Joined: 14-November 12
Re: Unknown character or set of characters.
Posted 55 minutes ago
It should be quotes. (") All String values should be contained within "quotes".
#3
Reputation: 0
- Posts: 5
- Joined: 03-April 13
Re: Unknown character or set of characters.
Posted 51 minutes ago
Flukeshot, on 10 June 2013 - 06:29 PM, said:
It should be quotes. (") All String values should be contained within "quotes".
That fixed that line, but now the line above it, line 7, has the term "showMessageDialogue" underlined red.
#4
Reputation: 138
- Posts: 414
- Joined: 14-November 12
Re: Unknown character or set of characters.
Posted 39 minutes ago
That should be showMessageDialogue.
#5
Reputation: 0
- Posts: 5
- Joined: 03-April 13
Re: Unknown character or set of characters.
Posted 34 minutes ago
Flukeshot, on 10 June 2013 - 06:44 PM, said:
That should be showMessageDialogue.
Wow... Thanks a lot. Stupid mistake of mine
#6
Reputation: 138
- Posts: 414
- Joined: 14-November 12
Re: Unknown character or set of characters.
Posted 27 minutes ago
Page 1 of 1
Source: http://www.dreamincode.net/forums/topic/322789-unknown-character-or-set-of-characters/
chipper jones chipper jones mickael pietrus heart transplant the international preppers geraldo
কোন মন্তব্য নেই:
একটি মন্তব্য পোস্ট করুন