{"id":210,"date":"2011-02-08T08:03:00","date_gmt":"1970-01-01T00:00:00","guid":{"rendered":"http:\/\/www.yazilimmutfagi.com\/?p=210"},"modified":"2011-02-08T08:03:00","modified_gmt":"1970-01-01T00:00:00","slug":"menubar-menu-menuitem","status":"publish","type":"post","link":"https:\/\/www.yazilimmutfagi.com\/index.php\/2011\/02\/08\/menubar-menu-menuitem\/","title":{"rendered":"MenuBar, Menu, MenuItem"},"content":{"rendered":"<p>&nbsp;Java ile men&uuml; yapiminda temel &uuml;&ccedil; unsura ihtiyacimiz olacak: <b style=\"mso-bidi-font-weight:normal\">MenuBar, Menu, MenuItem<\/b><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><font class=\"Apple-style-span\" face=\"'Courier New'\" size=\"2\"><br \/>\n<\/font><img decoding=\"async\" alt=\"\" src=\"\/yuklenendosyalar\/image\/ahmet\/java\/java_menu.png\" \/><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><b style=\"mso-bidi-font-weight:\nnormal\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\">MenuBar<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"> (men&uuml; &ccedil;ubugu), sekilde de gor&uuml;ld&uuml;g&uuml; gibi, men&uuml;m&uuml;z&uuml;n temelidir. <o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\">Onun &uuml;zerine <b style=\"mso-bidi-font-weight:\nnormal\">Menu<\/b> gelir. Menu tek basina pasiftir. Ona tiklayinca a&ccedil;ilan &ouml;gelere ise <b style=\"mso-bidi-font-weight:normal\">MenuItem<\/b> denir.<o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p>&nbsp;<\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\">Simdi ilk yapacagimiz sey bir Frame olusturmak:<br \/>\n<o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p>&nbsp;<\/o:p><\/span><\/p>\n<div style=\"mso-element:para-border-div;border:solid windowtext 1.0pt;\nmso-border-alt:solid windowtext .5pt;padding:1.0pt 4.0pt 1.0pt 4.0pt;\nbackground:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242\">\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">JFrame frame = <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">new<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> JFrame(<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#2A00FF\">&quot;Men&uuml; kullanimi&quot;<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;\ncolor:black\">);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>frame.setVisible(<\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">true<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>frame.setSize(400,200);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>frame.setDefaultCloseOperation(JFrame.<\/span><i><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#0000C0\">EXIT_ON_CLOSE<\/span><\/i><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<\/div>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p>&nbsp;<\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\">Bunun &uuml;zerinde fazla durmuyorum. Diger makalelerimizde daha ayrintili sekillerde anlatmaya &ccedil;alismistik.<o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p>&nbsp;<\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\">Sira geldi bir MenuBar olusturmaya ve frame nesnesine eklemeye:<o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p>&nbsp;<\/o:p><\/span><\/p>\n<div style=\"mso-element:para-border-div;border:solid windowtext 1.0pt;\nmso-border-alt:solid windowtext .5pt;padding:1.0pt 4.0pt 1.0pt 4.0pt;\nbackground:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242\">\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">JMenuBar menubar = <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">new<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> JMenuBar();<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">frame.setJMenuBar(menubar);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<\/div>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p>&nbsp;<\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\">Temeli hazirladik. <o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\">Bu MenuBar&rsquo;in &uuml;zerine iki adet Menu yerlestirelim. Bunlar &lsquo;Dosya&rsquo; ve &lsquo;Yardim&rsquo; olsun. <o:p><\/o:p><\/span><\/p>\n<div style=\"mso-element:para-border-div;border:solid windowtext 1.0pt;\nmso-border-alt:solid windowtext .5pt;padding:1.0pt 4.0pt 1.0pt 4.0pt;\nbackground:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242\">\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">JMenuBar menubar = <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">new<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> JMenuBar();<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">frame.setJMenuBar(menubar);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<\/div>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p>&nbsp;<\/o:p><\/span><\/p>\n<div style=\"mso-element:para-border-div;border:solid windowtext 1.0pt;\nmso-border-alt:solid windowtext .5pt;padding:1.0pt 4.0pt 1.0pt 4.0pt;\nbackground:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242\">\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">JMenu yardim = <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">new<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> JMenu(<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#2A00FF\">&quot;Yardim&quot;<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">menubar.add(yardim);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<\/div>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p>&nbsp;<\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\">Menu&rsquo;leri MenuItem&rsquo;lerin tasnif edildigi basliklar olarak tasarlamaliyiz.<o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\">&lsquo;Dosya&rsquo; kismina &ldquo;yeni, kaydet, farkli kaydet, &ccedil;ikis&rdquo; gibi elemanlar; &lsquo;yardim&rsquo; kismina ise &ldquo;iletisim, hakkimizda&rdquo; gibi elemanlar yerlestirebiliriz mesela. <o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p>&nbsp;<\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\">Simdi MenuItem&rsquo;leri yerlestirelim. Mantik yine ayni:<o:p><\/o:p><\/span><\/p>\n<div style=\"mso-element:para-border-div;border:solid windowtext 1.0pt;\nmso-border-alt:solid windowtext .5pt;padding:1.0pt 4.0pt 1.0pt 4.0pt;\nbackground:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242\">\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">JMenuItem yeni = <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">new<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> JMenuItem(<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#2A00FF\">&quot;Yeni&quot;<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">dosya.add(yeni);<o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">&#8230;<o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">&#8230;<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<\/div>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p>&nbsp;<\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\">Bu MenuItem&rsquo;ler bir nevi butondur. Tiklayinca bir g&ouml;refi yerine getirirler.<o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\">O zaman biz de aynen bir butona uygular gibi ActionListener sinifinin actionPerformed metodunu &lsquo;cikis&rsquo; adli MenuItem&rsquo;e uygulayalim. &lsquo;cikis&rsquo; MenuItem&rsquo;ine basinca uygulamamis sonlandirilsin:<o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p>&nbsp;<\/o:p><\/span><\/p>\n<div style=\"mso-element:para-border-div;border:solid windowtext 1.0pt;\nmso-border-alt:solid windowtext .5pt;padding:1.0pt 4.0pt 1.0pt 4.0pt;\nbackground:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242\">\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">cikis.addActionListener(<\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">new<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> ActionListener() {<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:3\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><\/span><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:3\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><\/span><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;;color:#646464\">@Override<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:3\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">public<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">void<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> actionPerformed(ActionEvent e) {<\/span><span style=\"font-size:10.0pt;\nfont-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:4\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>System.<i>exit<\/i>(0);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:4\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:3\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>}<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>});<\/span><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<\/div>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p>&nbsp;<\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\">Iste bu kadar!<o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p>&nbsp;<img decoding=\"async\" alt=\"\" src=\"\/yuklenendosyalar\/image\/ahmet\/java\/java_menubar.png\" \/><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\">Kodlarin tamami:<br \/>\n<a href='www.yazilimmutfagi.com'>.<\/a><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;mso-layout-grid-align:none;text-autospace:none\"><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p>&nbsp;<\/o:p><\/span><\/p>\n<div style=\"mso-element:para-border-div;border:solid windowtext 1.0pt;\nmso-border-alt:solid windowtext .5pt;padding:1.0pt 4.0pt 1.0pt 4.0pt;\nbackground:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242\">\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">import<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> java.awt.event.ActionEvent;<\/span><span style=\"font-size:10.0pt;font-family:\n&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">import<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> java.awt.event.ActionListener;<\/span><span style=\"font-size:10.0pt;font-family:\n&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p>&nbsp;<\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">import<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> javax.swing.*;<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p>&nbsp;<\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">public<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">class<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> Menu {<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:1\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><\/span><span style=\"font-size:10.0pt;\nfont-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:1\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><\/span><b><span style=\"font-size:10.0pt;\nfont-family:&quot;Courier New&quot;;color:#7F0055\">public<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">static<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">void<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> main(String[] arg){<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>JFrame frame = <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">new<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> JFrame(<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#2A00FF\">&quot;Men&uuml; kullanimi&quot;<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;\ncolor:black\">);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>frame.setVisible(<\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">true<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>frame.setSize(400,200);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>frame.setDefaultCloseOperation(JFrame.<\/span><i><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#0000C0\">EXIT_ON_CLOSE<\/span><\/i><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><\/span><span style=\"font-size:10.0pt;\nfont-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>JMenuBar menubar = <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">new<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> JMenuBar();<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>frame.setJMenuBar(menubar);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><\/span><span style=\"font-size:10.0pt;\nfont-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>JMenu dosya = <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">new<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> JMenu(<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#2A00FF\">&quot;Dosya&quot;<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>menubar.add(dosya);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>JMenuItem yeni = <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">new<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> JMenuItem(<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#2A00FF\">&quot;Yeni&quot;<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>dosya.add(yeni);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>JMenuItem kaydet = <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">new<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> JMenuItem(<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#2A00FF\">&quot;kaydet&quot;<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>dosya.add(kaydet);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>JMenuItem cikis = <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">new<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> JMenuItem(<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#2A00FF\">&quot;&ccedil;ikis&quot;<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>dosya.add(cikis);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><\/span><span style=\"font-size:10.0pt;\nfont-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>JMenu yardim = <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">new<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> JMenu(<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#2A00FF\">&quot;Yardim&quot;<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>menubar.add(yardim);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>JMenuItem hakkimizda = <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">new<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> JMenuItem(<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#2A00FF\">&quot;Hakkimizda&quot;<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\">);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>yardim.add(hakkimizda);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><\/span><span style=\"font-size:10.0pt;\nfont-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><\/span><span style=\"font-size:10.0pt;\nfont-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>cikis.addActionListener(<\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">new<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> ActionListener() {<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:3\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><\/span><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:3\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><\/span><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;;color:#646464\">@Override<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:3\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">public<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> <\/span><b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:#7F0055\">void<\/span><\/b><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"> actionPerformed(ActionEvent e) {<\/span><span style=\"font-size:10.0pt;\nfont-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:4\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>System.<i>exit<\/i>(0);<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:4\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:3\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>}<\/span><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>});<\/span><span style=\"font-size:\n10.0pt;font-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><\/span><span style=\"font-size:10.0pt;\nfont-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:2\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span><\/span><span style=\"font-size:10.0pt;\nfont-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"margin-bottom:0cm;margin-bottom:.0001pt;line-height:\nnormal;background:#F2F2F2;mso-background-themecolor:background1;mso-background-themeshade:\n242;mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-alt:\nsolid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black\"><span style=\"mso-tab-count:1\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/span>}<\/span><span style=\"font-size:10.0pt;\nfont-family:&quot;Courier New&quot;\"><o:p><\/o:p><\/span><\/p>\n<p class=\"MsoNormal\" style=\"background:#F2F2F2;mso-background-themecolor:background1;\nmso-background-themeshade:242;border:none;mso-border-alt:solid windowtext .5pt;\npadding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt\"><span style=\"font-size:\n10.0pt;line-height:115%;font-family:&quot;Courier New&quot;;color:black\">}<\/span><\/p>\n<\/div>\n<p>&nbsp;<\/p>","protected":false},"excerpt":{"rendered":"<p>Java ile MenuBar, Menu ve MenuItem kullanimi hakkinda bir &#246;rnek.<\/p>\n","protected":false},"author":519,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[419],"tags":[5333,4599,4181,4917,5552],"_links":{"self":[{"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/posts\/210"}],"collection":[{"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/users\/519"}],"replies":[{"embeddable":true,"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/comments?post=210"}],"version-history":[{"count":0,"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/posts\/210\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/media?parent=210"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/categories?post=210"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.yazilimmutfagi.com\/index.php\/wp-json\/wp\/v2\/tags?post=210"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}