Skip to content
Snippets Groups Projects
Commit e622d0f3 authored by ABU RABIA Heba's avatar ABU RABIA Heba
Browse files

tp2 fini

parent 17f2f060
Branches
No related tags found
No related merge requests found
......@@ -107,35 +107,35 @@
<option name="LAST_COMMIT_MESSAGE" value="tp2 searchRow" />
</component>
<component name="WindowStateProjectService">
<state width="867" height="264" key="GridCell.Tab.0.bottom" timestamp="1601119710351">
<screen x="0" y="0" width="1440" height="824" />
<state width="1398" height="211" key="GridCell.Tab.0.bottom" timestamp="1601193968025">
<screen x="0" y="0" width="1440" height="827" />
</state>
<state width="867" height="264" key="GridCell.Tab.0.bottom/0.0.1440.824@0.0.1440.824" timestamp="1601119710351" />
<state width="867" height="264" key="GridCell.Tab.0.bottom/0.0.1440.827@0.0.1440.827" timestamp="1601119224690" />
<state width="1398" height="211" key="GridCell.Tab.0.bottom/0.0.1440.824@0.0.1440.824" timestamp="1601193769085" />
<state width="1398" height="211" key="GridCell.Tab.0.bottom/0.0.1440.827@0.0.1440.827" timestamp="1601193968025" />
<state width="1398" height="212" key="GridCell.Tab.0.bottom/0.0.1440.829@0.0.1440.829" timestamp="1601117647674" />
<state width="1398" height="211" key="GridCell.Tab.0.bottom/0.0.1440.831@0.0.1440.831" timestamp="1601117800629" />
<state width="1398" height="212" key="GridCell.Tab.0.bottom/0.0.1440.834@0.0.1440.834" timestamp="1601116065087" />
<state width="867" height="264" key="GridCell.Tab.0.center" timestamp="1601119710349">
<screen x="0" y="0" width="1440" height="824" />
<state width="1398" height="211" key="GridCell.Tab.0.center" timestamp="1601193968023">
<screen x="0" y="0" width="1440" height="827" />
</state>
<state width="867" height="264" key="GridCell.Tab.0.center/0.0.1440.824@0.0.1440.824" timestamp="1601119710349" />
<state width="867" height="264" key="GridCell.Tab.0.center/0.0.1440.827@0.0.1440.827" timestamp="1601119224690" />
<state width="1398" height="211" key="GridCell.Tab.0.center/0.0.1440.824@0.0.1440.824" timestamp="1601193769084" />
<state width="1398" height="211" key="GridCell.Tab.0.center/0.0.1440.827@0.0.1440.827" timestamp="1601193968023" />
<state width="1398" height="212" key="GridCell.Tab.0.center/0.0.1440.829@0.0.1440.829" timestamp="1601117647674" />
<state width="1398" height="211" key="GridCell.Tab.0.center/0.0.1440.831@0.0.1440.831" timestamp="1601117800629" />
<state width="1398" height="212" key="GridCell.Tab.0.center/0.0.1440.834@0.0.1440.834" timestamp="1601116065087" />
<state width="867" height="264" key="GridCell.Tab.0.left" timestamp="1601119710348">
<screen x="0" y="0" width="1440" height="824" />
<state width="1398" height="211" key="GridCell.Tab.0.left" timestamp="1601193968022">
<screen x="0" y="0" width="1440" height="827" />
</state>
<state width="867" height="264" key="GridCell.Tab.0.left/0.0.1440.824@0.0.1440.824" timestamp="1601119710348" />
<state width="867" height="264" key="GridCell.Tab.0.left/0.0.1440.827@0.0.1440.827" timestamp="1601119224689" />
<state width="1398" height="211" key="GridCell.Tab.0.left/0.0.1440.824@0.0.1440.824" timestamp="1601193769084" />
<state width="1398" height="211" key="GridCell.Tab.0.left/0.0.1440.827@0.0.1440.827" timestamp="1601193968022" />
<state width="1398" height="212" key="GridCell.Tab.0.left/0.0.1440.829@0.0.1440.829" timestamp="1601117647673" />
<state width="1398" height="211" key="GridCell.Tab.0.left/0.0.1440.831@0.0.1440.831" timestamp="1601117800628" />
<state width="1398" height="212" key="GridCell.Tab.0.left/0.0.1440.834@0.0.1440.834" timestamp="1601116065086" />
<state width="867" height="264" key="GridCell.Tab.0.right" timestamp="1601119710349">
<screen x="0" y="0" width="1440" height="824" />
<state width="1398" height="211" key="GridCell.Tab.0.right" timestamp="1601193968024">
<screen x="0" y="0" width="1440" height="827" />
</state>
<state width="867" height="264" key="GridCell.Tab.0.right/0.0.1440.824@0.0.1440.824" timestamp="1601119710349" />
<state width="867" height="264" key="GridCell.Tab.0.right/0.0.1440.827@0.0.1440.827" timestamp="1601119224690" />
<state width="1398" height="211" key="GridCell.Tab.0.right/0.0.1440.824@0.0.1440.824" timestamp="1601193769085" />
<state width="1398" height="211" key="GridCell.Tab.0.right/0.0.1440.827@0.0.1440.827" timestamp="1601193968024" />
<state width="1398" height="212" key="GridCell.Tab.0.right/0.0.1440.829@0.0.1440.829" timestamp="1601117647674" />
<state width="1398" height="211" key="GridCell.Tab.0.right/0.0.1440.831@0.0.1440.831" timestamp="1601117800629" />
<state width="1398" height="212" key="GridCell.Tab.0.right/0.0.1440.834@0.0.1440.834" timestamp="1601116065087" />
......
......@@ -179,8 +179,6 @@ public class Crossword
if(word.length()>1){
if(searchColumn(index,index2,word)== true)
count++;
}
if(word.length()>1){
if(searchDiagonal(index,index2,word) == true)
count ++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment